mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #15878] issue: Cannot pip update to latest version #104697
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 @iChristGit on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15878
Check Existing Issues
Installation Method
Pip
Open WebUI Version
v0.6.16 > Trying to update to v0.6.17
Ollama Version (if applicable)
No response
Operating System
win11
Browser (if applicable)
firefox
Confirmation
README.md.Expected Behavior
pip install --upgrade open-webui should upgrade to v0.6.17
Actual Behavior
not updating.
Steps to Reproduce
use win11, try to update to latest, you will have issues with dependencies.
Logs & Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
Additional Information
No response
@zynfox commented on GitHub (Jul 19, 2025):
Confirming this also not upgrading on Ubuntu:
Installation Method
pip install
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04.2 LTS
Browser (if applicable)
Firefox
Expected Behavior
pip install --upgrade open-webuishould upgrade to v0.6.17Actual Behavior
Not updating.
Steps to Reproduce
pip install --upgrade open-webui).@DrVonSinistro commented on GitHub (Jul 19, 2025):
Tip to get you going while they fix this:
-activate your conda env, cd to its path and put the .tar.gz update there
-type set NPM_CONFIG_FORCE=1 and press enter
-then update with pip install --upgrade open-webui-0.6.17.tar.gz
It will take a while but it'll go through and update.
@iChristGit commented on GitHub (Jul 19, 2025):
I did not use conda env, just pip installed open-webui
I tried running with --force
Should I just try pip install --upgrade open-webui-0.6.17.tar.gz ?
@iChristGit commented on GitHub (Jul 19, 2025):
Okay Il wait and update later, at least its a known issue!
Thanks!
@rgaricano commented on GitHub (Jul 19, 2025):
langfuse 2.44.0 requires packaging<24.0,>=23.2, but you have packaging 24.2 which is incompatible.
this is a warming message after update some lib and other lib are dependent, you can solve it updating the langfuse lib:
pip install -U langfuse(and if you recibe other message you can solve in same way, that is usual if you don't use individuals envs)
@tjbck commented on GitHub (Jul 19, 2025):
Sorted with 0.6.18
@zynfox commented on GitHub (Jul 19, 2025):
I did not use conda, but instead did source activate.
Open Web UI still showing it didn't update: