mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22690] issue: Dependency does not exist: ddgs-9.11.2 , open_webui-0.8.10 #58456
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 @beadon on GitHub (Mar 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22690
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.8.10
Ollama Version (if applicable)
N/A
Operating System
Linux Ubuntu 24.04
Browser (if applicable)
N/A
Confirmation
README.md.Expected Behavior
packaged version on pip is expecting dependency for ddgs=9.11.2 , but this version does not exist.
WORK AROUND SOLUTION
Actual Behavior
package fails to install due to dependencies missing.
See at this link that there is no 9.11.2 version, the versions increment from 9.10.0 (Dec 17, 2025) to 9.11.3 (March 11, 2026):
https://pypi.org/project/ddgs/#history
Steps to Reproduce
Install open-webui with pip, version 0.8.8 , upgrade this with standard command, activating the local python environment, and running the pip upgrade command.
Logs & Screenshots
Additional Information
WORK AROUND SOLUTION
@Classic298 commented on GitHub (Mar 15, 2026):
USE THE SEARCH
This is the fifth duplicate issue.
Fixed in dev, and you can fix it by upgrading ddgs to .3
USE THE SEARCH
@beadon commented on GitHub (Mar 15, 2026):
sorry. thank you for your hard work.
I realize now that when I did a search, but had the settings searching for "open" not "closed" items. This was the github default search. This returned no items.
EDIT
Yes, I proposed the workaround - see the bottom of the ticket.