ERROR: Package 'open-webui' requires a different Python: 3.12.3 not in '<3.12.0a1,>=3.11' #1044

Closed
opened 2025-11-11 14:36:08 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Morrigan-Ship on GitHub (May 27, 2024).

Platform: windows
Python: v3.12.3
pip: 24.0

command:
pip install open-webui

error:

Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 0.1.124 Requires-Python <3.12.0a1,>=3.11; 0.1.125 Requires-Python <3.12.0a1,>=3.11; 0.2.0.dev1 Requires-Python <3.12.0a1,>=3.11; 0.2.0.dev2 Requires-Python <3.12.0a1,>=3.11
ERROR: Could not find a version that satisfies the requirement open-webui (from versions: none)
ERROR: No matching distribution found for open-webui

command:
pip install open_webui-0.1.125-py3-none-any.whl

error:
ERROR: Package 'open-webui' requires a different Python: 3.12.3 not in '<3.12.0a1,>=3.11'

Originally created by @Morrigan-Ship on GitHub (May 27, 2024). Platform: windows Python: v3.12.3 pip: 24.0 command: `pip install open-webui` error: ``` Defaulting to user installation because normal site-packages is not writeable ERROR: Ignored the following versions that require a different python version: 0.1.124 Requires-Python <3.12.0a1,>=3.11; 0.1.125 Requires-Python <3.12.0a1,>=3.11; 0.2.0.dev1 Requires-Python <3.12.0a1,>=3.11; 0.2.0.dev2 Requires-Python <3.12.0a1,>=3.11 ERROR: Could not find a version that satisfies the requirement open-webui (from versions: none) ERROR: No matching distribution found for open-webui ``` command: `pip install open_webui-0.1.125-py3-none-any.whl` error: `ERROR: Package 'open-webui' requires a different Python: 3.12.3 not in '<3.12.0a1,>=3.11'`
Author
Owner

@justinh-rahb commented on GitHub (May 27, 2024):

We only support Python 3.11, and recommend using a virtual environment tool such as Conda.

@justinh-rahb commented on GitHub (May 27, 2024): We only support Python 3.11, and recommend using a virtual environment tool such as Conda.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1044