Cannot install PySide6 on Python 3.13.0
Unsolved
Qt for Python
-
Hello. I have just downloaded Python 3.13.0 from:
https://www.python.org/downloads/C:\Users\petri\Desktop\Testmate_1_2_4>python --version Python 3.13.0
I am trying to import PySide6 library using command:
python -m pip install pyside6
and I get the following error:C:\Users\petri\Desktop\Testmate_1_2_4>python -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.1 Requires-Python <3.12,>=3.7; 6.4.1 Requires-Python <3.12,>=3.7; 6.4.2 Requires-Python <3.12,>=3.7; 6.4.3 Requires-Python <3.12,>=3.7; 6.5.0 Requires-Python <3.12,>=3.7; 6.5.1 Requires-Python <3.12,>=3.7; 6.5.1.1 Requires-Python <3.12,>=3.7; 6.5.2 Requires-Python <3.12,>=3.7; 6.5.3 Requires-Python <3.12,>=3.7; 6.6.0 Requires-Python <3.13,>=3.8; 6.6.1 Requires-Python <3.13,>=3.8; 6.6.2 Requires-Python <3.13,>=3.8; 6.6.3 Requires-Python <3.13,>=3.8; 6.6.3.1 Requires-Python <3.13,>=3.8; 6.7.0 Requires-Python <3.13,>=3.9; 6.7.1 Requires-Python <3.13,>=3.9; 6.7.2 Requires-Python <3.13,>=3.9; 6.7.3 Requires-Python <3.13,>=3.9; 6.8.0 Requires-Python <3.13,>=3.9; 6.8.0.1 Requires-Python <3.13,>=3.9 ERROR: Could not find a version that satisfies the requirement pyside6 (from versions: none) ERROR: No matching distribution found for pyside6
Is this expected behaviour? Is PySide6 not compatible with 3.13.0? I have used Python 3.11.1 previously and did not have any issues with PySide6. Now upgraded to 3.13.0 and cannot install it
-
3.13. will be supported from 6.8.1 onwards.