ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Chore: Update to PySide6 #115

Closed iLLiCiTiT closed 2 months ago

iLLiCiTiT commented 3 months ago

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:

- delete `vendor` in ayon-launcher
- run `ayon-launcher/tools/manage.ps1 install-runtime` 
  1. Build on any affected platform (windows and linux distributions).
  2. Install and run.
  3. All UIs should work as expected. (You could make sure you are running PySide6 in Tray > Admin > Console:
    import PySide6
    print(PySide6.__version__)

    shouldnt fail and print 6.7.1 (on Windows)

64qam commented 3 months ago

Works on Windows. On Rocky 9 there is this errror when Launcher starts: image