mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #15942] [MERGED] chore: pin pyarrow version to 20 for RPI compatibility #23989
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15942
Author: @amoshydra
Created: 7/22/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @tjbck
Base:
dev← Head:pin-pyarrow-20-rpi-compatibility📝 Commits (1)
b778bcdchore: pin pyarrow version to 20 for rpi compatibility📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
backend/requirements.txt(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Docker image tagged 0.6.17 and 0.6.18 failed to run inside Raspberry Pi 3 - 5.
Base on the finding from https://github.com/open-webui/open-webui/issues/15897#issuecomment-3103251662 we have identified that downgrading
pyarrowfrom v21 to v20 allows the docker image to run in Raspberry PI again.This PR will pin
pyarrow's version to 20 viarequirements.txtFixed
Additional Information
Screenshots or Videos
This screenshot also shows the terminal output of
open-webui:0.6.18container running on Raspberry PI 3B. Notice that whenpyarrow21 is installed, calls tosentence_transfomerscrash with "Illegal Instruction". When downgraded topyarrow, it run successfully.Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.