mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 14:23:59 -05:00
[GH-ISSUE #3585] Installation fails with pip installing the backend v0.3.7 with: No matching distribution found for unstructured==0.14.0 #13315
Reference in New Issue
Block a user
Originally created by @deniercounter on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3585
Bug Report
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
I installed the first time open-webui after having installed ollama and created a conda env ´openwebui´.
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
cd backend
Expected Behavior:
Installation of the backend doesn't end with error.
Actual Behavior:
ERROR: No matching distribution found for unstructured==0.14.0
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Manual installation bare metal
Additional Information
Macbook Pro M2 Max 64 GB
@deniercounter commented on GitHub (Jul 2, 2024):
In this project I am new. But I saw some security issues with the unstructured module before (https://github.com/open-webui/open-webui/issues/687) contacting AWS what happened like it seems by this unstructured module.
Why is there a strict == version in the project, that is not available. Security issues here?
@tjbck commented on GitHub (Jul 2, 2024):
Bumped to 0.14.9 on latest dev!