mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #22685] issue: Unable to launch Open WebUI: Missing dependency ddgs==9.11.2 #58454
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 @Golotvinov on GitHub (Mar 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22685
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.8.10
Ollama Version (if applicable)
0.18.0
Operating System
CachyOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I have an autostart script:
DATA_DIR=~/.open-webui uvx open-webui@latest serveIt should launch Open WebUI on http://localhost:8080/
Actual Behavior
The script ends with an error code and Open WebUI doesn't launch.
Cause of error:
Steps to Reproduce
DATA_DIR=~/.open-webui uvx open-webui@latest serveLogs & Screenshots
Additional Information
I assume this is the official ddgs repo, but the latest build is 9.11.4 and I can't find the version that Open WebUI requires (which is an outdated version 9.11.2).
@Classic298 commented on GitHub (Mar 14, 2026):
Use the search.
Duplicate.
Fixed in dev.
Workaround is to upgrade ddgs to .3
Use the search. Please.
@Golotvinov commented on GitHub (Mar 15, 2026):
Sorry @Classic298 I didn't check the closed issues.