mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #6302] pip install open-webui fails #101306
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 @SoftologyPro on GitHub (Oct 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6302
Windows 11, Python 3.10.x
I create a new empty venv to test the install.
pip install open-webui
fails with this error
Now I see the issue. Must have Python >= 3.11?
@tjbck commented on GitHub (Oct 21, 2024):
Only 3.11 is supported.
@KaKi87 commented on GitHub (Nov 6, 2024):
Hi,
It would be nice to support Python 3.10 as it's the latest available version on Ubuntu 22.04 LTS.
Thanks