ynput / OpenPype

Main OpenPype repository and AYON openpype addon codebase
https://openpype.io
MIT License
280 stars 128 forks source link

Bug: running Blender on mac #6175

Open antirotor opened 5 months ago

antirotor commented 5 months ago

Is there an existing issue for this?

Current Behavior:

When running Blender, we are installing PySide2 into Blender python environment. But PySide2 isn't available anymore on macs so it will crash.

Expected Behavior:

Pre-launch hook installing pyside2 should check the platform and if on mac, it should go for pyside6. Rest of it should be supported already

Version

3.18.5

What platform you are running OpenPype on?

MacOS

Steps To Reproduce:

  1. Configure Blender in AYON
  2. Launch it thorugh launcher

Are there any labels you wish to add?

Relevant log output:

*** WRN: >>> { InstallPySideToBlender }: [  FAILED to install PySide2 module to blender.  ]

Additional context:

No response

[cuID:OP-8058]

BigRoy commented 5 months ago

By the way, if we're going PySide6 on mac - why not use that on all platforms instead? Should be totally fine? At some point in the (far?) future we'll need to update anyway.

kalisp commented 5 months ago

This will same issue on Fusion, imho