mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 00:43:31 -05:00
issue: No matching distribution found for unstructured==0.16.17 #4469
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 @daniporr on GitHub (Mar 17, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Windows
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
pip installshould work without errorsActual Behavior
when installing the backend with
pipusing the "requirements.txt" file in a new conda environment, I get the following error:It is worth noting that, even with these errors, the installation terminates and the backend works as expected
Steps to Reproduce
pip install -r requirements.txtLogs & Screenshots
Additional Information
No response
@rgaricano commented on GitHub (Mar 18, 2025):
you can replace "==" by ">="
(I run open-webui with all libs updated without problems)