[* ] 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
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`
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`
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
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).
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)"
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.
<!-- 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.
@Raven-Beholder commented on GitHub (Dec 13, 2024):
Download the open-webui-0.4.8.tar.gz file, and unzip the package
cd ./open-webui-0.4.8
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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!