Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
6.4.0
-
None
-
d169554f2e (pyside/pyside-setup/dev) d169554f2e (pyside/tqtc-pyside-setup/dev) c6f3906fb4 (pyside/pyside-setup/6.4) 77b1692f01 (pyside/pyside-setup/6.4.0) c6f3906fb4 (pyside/tqtc-pyside-setup/6.4) c6f3906fb4 (pyside/tqtc-pyside-setup/tqtc/6.4)
Description
The wheels in PyPI declare "Requires-Python <3.11,>=3.6", causing pip to refuse installing them on a Python 3.11 interpreter.
$ py -3.11 -m pip install pyside6
ERROR: Ignored the following versions that require a different python version: 6.3.0 Requires-Python <3.11,>=3.6; 6.3.1 Requires-Python <3.11,>=3.6; 6.3.2 Requires-Python <3.11,>=3.6; 6.4.0 Requires-Python <3.11,>=3.6
ERROR: Could not find a version that satisfies the requirement pyside6 (from versions: none)
ERROR: No matching distribution found for pyside6