pip install Pyside6
Unsolved
Qt 6
-
Hi All, New here.
I am running windows 10 with python 3.12 and trying to install PySide6 but getting errorspip 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; 6.4.0.1 Requires-Python <3.12,>=3.7; 6.4.1 Requires-Python <3.12,>=3.7
ERROR: Could not find a version that satisfies the requirement Pyside6 (from versions: none)
ERROR: No matching distribution found for Pyside6can anyone help
-
@Dave-Hughes Es you can see from the error message your Python version is not supported yet. Use Python 3.11.