PySide2 and Shiboken on Ubuntu 20.04
-
Hi,
I am trying to build the "scriptableapplication" example of Pyside2 on Ubuntu20.04, and this is not easy!
I managed to get it working by installing python3.7 and Qt5.12.5, but now I would want it to be easier to build/install.I see 2 points that make it hard right now :
- The Qt5 version in Ubuntu 20.04 is 5.12.8, but there is no branch for this version in the pyside-setup repo.
Would the 5.12.6 branch be compatible ? - In the closest branch (5.12.6), the max python version is 3.7. However Ubuntu 20.04 comes with Python3.8
Would it be possible to make a 5.12.8 branch in the pyside-setup repo, and to backport the fixes to make it work with python3.8 ?
- The Qt5 version in Ubuntu 20.04 is 5.12.8, but there is no branch for this version in the pyside-setup repo.