PySide2 incompatibility with Python 3.11 #436
Labels
bug
Something isn't working
help wanted
Extra attention is needed
investigate
Needs more thought / experience
workaround
A workaround exists for this bug
Milestone
PySide2 is explicitly incompatible with Python 3.11. When doing a
pip install full
of PyRDP on a 3.11 install:From https://pypi.org/project/PySide2/:
QT (maintainers of PySide) are saying that 5.15.11 is now LTS which is no longer available in built form... See https://forum.qt.io/topic/144843/pyside2-shiboken2-support-for-python-3-11.
We will need to consider migrating to QT6 eventually...
As a workaround, make sure to install a 3.10.x Python.
The text was updated successfully, but these errors were encountered: