[GH-ISSUE #7677] issue: v0.4.8 pip install not working #30367

Closed
opened 2026-04-25 04:35:26 -05:00 by GiteaMirror · 11 comments
Owner

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:

  • [* ] I have read and followed all the instructions provided in the README.md.
  • I am on the latest version of both Open WebUI and Ollama.
  • [* ] I have included the browser console logs.
  • [* ] I have included the Docker container logs.
  • [* ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

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

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:** - [* ] I have read and followed all the instructions provided in the README.md. - [ ] I am on the latest version of both Open WebUI and Ollama. - [* ] I have included the browser console logs. - [* ] I have included the Docker container logs. - [* ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## 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
Author
Owner

@Dnamb commented on GitHub (Dec 7, 2024):

Workaround if you still want to install it, download the open-webui-0.4.8.tar.gz file 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

<!-- gh-comment-id:2525065674 --> @Dnamb commented on GitHub (Dec 7, 2024): Workaround if you still want to install it, download the `open-webui-0.4.8.tar.gz` file 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`
Author
Owner

@Dnamb commented on GitHub (Dec 7, 2024):

Workaround if you still want to install it, download the open-webui-0.4.8.tar.gz file 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

<!-- gh-comment-id:2525065675 --> @Dnamb commented on GitHub (Dec 7, 2024): Workaround if you still want to install it, download the `open-webui-0.4.8.tar.gz` file 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`
Author
Owner

@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

<!-- gh-comment-id:2525197511 --> @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
Author
Owner

@tjbck commented on GitHub (Dec 7, 2024):

https://github.com/pypi/support/issues/5250

<!-- gh-comment-id:2525317583 --> @tjbck commented on GitHub (Dec 7, 2024): https://github.com/pypi/support/issues/5250
Author
Owner

@cl93a commented on GitHub (Dec 12, 2024):

Same here; Upgrading pip doesn't go to version v0.4.8 (remains at v0.4.7).

<!-- gh-comment-id:2538248990 --> @cl93a commented on GitHub (Dec 12, 2024): Same here; Upgrading pip doesn't go to version v0.4.8 (remains at v0.4.7).
Author
Owner

@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)"

<!-- gh-comment-id:2539611135 --> @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)"
Author
Owner

@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.

<!-- gh-comment-id:2539619977 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2539846079 --> @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.
Author
Owner

@Raven-Beholder commented on GitHub (Dec 13, 2024):

  1. Download the open-webui-0.4.8.tar.gz file, and unzip the package
  2. cd ./open-webui-0.4.8
  3. run python -m build

hint: NodeJS npm is required for building Open Webui

<!-- gh-comment-id:2540717432 --> @Raven-Beholder commented on GitHub (Dec 13, 2024): 1. Download the `open-webui-0.4.8.tar.gz` file, and unzip the package 2. `cd ./open-webui-0.4.8` 2. run `python -m build` hint: NodeJS `npm` is required for building Open Webui
Author
Owner

@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

<!-- gh-comment-id:2543322334 --> @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
Author
Owner

@tjbck commented on GitHub (Dec 14, 2024):

Resolved!

<!-- gh-comment-id:2543333722 --> @tjbck commented on GitHub (Dec 14, 2024): Resolved!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30367