Closed iLLiCiTiT closed 5 months ago
Use PySide6 on all platforms.
Because centos 7 does not support latest versions of PySide6 it was necessary to keep it at PySide2.
- delete `vendor` in ayon-launcher - run `ayon-launcher/tools/manage.ps1 install-runtime`
import PySide6 print(PySide6.__version__)
shouldnt fail and print 6.7.1 (on Windows)
Works on Windows. On Rocky 9 there is this errror when Launcher starts:
Changelog Description
Use PySide6 on all platforms.
Additional info
Because centos 7 does not support latest versions of PySide6 it was necessary to keep it at PySide2.
Testing notes:
shouldnt fail and print 6.7.1 (on Windows)