mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #22625] issue: Open-WebUI 0.8.10 requires ddgs==0.11.2 in pyproject.toml which doesn't exist as a release version #58435
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 @abhenderson on GitHub (Mar 12, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22625
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.8.10
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Run the standard uvx command to run Open Web UI, but it is looking for a package ddgs version that does not exist.
Actual Behavior
Fails to run because the application has the wrong dependency version of ddgs.
Steps to Reproduce
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve
Will normally run my open-webui instance in my tmux session on Linux, but fails because of a fixed dependency that does to exist in pypi and is the wrong version number.
Logs & Screenshots
No solution found when resolving tool dependencies:
╰─▶ Because there is no version of ddgs==9.11.2 and open-webui==0.8.10 depends on ddgs==9.11.2, we can conclude that open-webui==0.8.10 cannot
be used.
And because you require open-webui==0.8.10, we can conclude that your requirements are unsatisfiable.
Additional Information
No response
@Classic298 commented on GitHub (Mar 12, 2026):
fixed in dev - use the search