mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20117] issue: pip install -U open-webui[all] installs old version, but not pip install -U open-webui
#57754
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 @Sly777 on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20117
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.41
Ollama Version (if applicable)
No response
Operating System
debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
It needs to update to latest version.
Actual Behavior
Title says everything. when you run
pip install -U open-webui[all], that command installs old version (0.6.41), but when I runpip install -U open-webui, it install latest version but without all packages.Steps to Reproduce
source /opt/open-webui/.venv-owui/bin/open-webuito enter venv on pythonuv pip install -U open-webui[all]that you will see the old version directlyuv pip install -U open-webuiand it will install latest version.Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 22, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20107 issue:
by mengdeer589 • Dec 22, 2025 •
bug#20037 issue: Error Installing on Debian 12
by luizgsbraz • Dec 19, 2025 •
bug#16444 issue: bug with pip install open-webui
by sahara12352 • Aug 10, 2025 •
bug#14873 issue: ERROR: No matching distribution found for open-webui
by pleabargain • Jun 11, 2025 •
bug#16066 issue: Fails to pip install
by SolshineCode • Jul 27, 2025 •
bugShow 5 more related issues
#14767 issue:
by TheMoye • Jun 07, 2025 •
bug#15878 issue: Cannot pip update to latest version
by iChristGit • Jul 19, 2025 •
bug#15855 issue:
by richtong • Jul 19, 2025 •
bug#16190 issue: stuck installing
by ShellieKoala • Jul 31, 2025 •
bug#16143 issue: Open-WebUI stopped opening all of a sudden
by venki-lfc • Jul 30, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@publikummedia commented on GitHub (Dec 22, 2025):
Same here, updating and fresh Installation with uv installs v0.6.41
@Ithrial commented on GitHub (Dec 25, 2025):
@publikummedia I'm having the same issues as well - my OWUI install is via the Proxmox VE scripts which leverage UV install method. UV Tool update --python 3.12 open-webui[all] updates dependency components but not the base app
@DBL2020 commented on GitHub (Dec 25, 2025):
Same for me @Ithrial .
Try
systemctl stop open-webui
uv tool install open-webui@latest --python 3.12 --reinstall
@publikummedia commented on GitHub (Dec 26, 2025):
It didn't worked for me. It gave me error that the frontend is working but backend not.
@Drknght4 commented on GitHub (Dec 26, 2025):
did not work
@rgaricano commented on GitHub (Dec 27, 2025):
fixed in dev, commit:
117b1bfa65