mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #7677] issue: v0.4.8 pip install not working #53505
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?
Originally created by @safe049 on GitHub (Dec 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7677
Bug Report
Installation Method
pip
Environment
Open WebUI Version: 0.4.7
Ollama (if applicable): 0.4.6
**Operating System:**Arch Linux
Browser (if applicable): Firefox
Confirmation:
Expected Behavior:
install v0.4.8 on pip
and the action job work well
Actual Behavior:
Because in the Actions,the pip is not uploading[says Open-Webui reached the pip package 100MB limit],so unable to install it in pip
Description
Bug Summary:
project reached pip size limit 100MB
Reproduction Details
Steps to Reproduce:
You can try to upload it to pip
Logs and Screenshots
Browser Console Logs:
no
Docker Container Logs:
no
Screenshots/Screen Recordings (if applicable):
no
Additional Information
nothing
@Dnamb commented on GitHub (Dec 7, 2024):
Workaround if you still want to install it, download the
open-webui-0.4.8.tar.gzfile from the releases page and install it via pip (make sure you have nodejs/npm installed)pip install open-webui-0.4.8.tar.gz@Dnamb commented on GitHub (Dec 7, 2024):
Workaround if you still want to install it, download the
open-webui-0.4.8.tar.gzfile from the releases page and install it via pip (make sure you have nodejs/npm installed)pip install open-webui-0.4.8.tar.gz@safe049 commented on GitHub (Dec 7, 2024):
can anyone please try to build a pip package? because i'm in china,the network issue make me unable to download onnxruntime-node from npm
@tjbck commented on GitHub (Dec 7, 2024):
https://github.com/pypi/support/issues/5250
@cl93a commented on GitHub (Dec 12, 2024):
Same here; Upgrading pip doesn't go to version v0.4.8 (remains at v0.4.7).
@medul6 commented on GitHub (Dec 12, 2024):
It's the same for me, under macOS 15.2:
"Requirement already satisfied: open-webui in /Applications/Python/open-webui/lib/python3.11/site-packages (0.4.7)"
@i0ntempest commented on GitHub (Dec 12, 2024):
See the issue above. Until pypi approves the file size limit increase for open webui 0.4.8 cannot be uploaded.
@tjbck commented on GitHub (Dec 12, 2024):
If we want this to be expedited, comments should be left here: https://github.com/pypi/support/issues/5250
There's nothing we can do on our end.
@Raven-Beholder commented on GitHub (Dec 13, 2024):
open-webui-0.4.8.tar.gzfile, and unzip the packagecd ./open-webui-0.4.8python -m buildhint: NodeJS
npmis required for building Open Webui@dannys-platformsh commented on GitHub (Dec 14, 2024):
@tjbck
pypi updated to allow 200MB
https://github.com/pypi/support/issues/5250#issuecomment-2543232065
Can 0.48 be uploaded to pypi so we may update using pip - thanks
@tjbck commented on GitHub (Dec 14, 2024):
Resolved!