Hello,
I am trying to get AYON of the ground in the studio. I have installed the server and the launcher and I am trying to use Resolve first to see how the workfiles are created. I need to install pyside2 in the python environment, but i can’t find the ayon-core folder. What should I do to find the folder? What can I do to learn AYON in depth? Please help, and thank you in advance for any help.
Best regards,
Sergio
The Blackmagic Design software Resolve (and Fusion) use a separate Python interpreter to launch with, one that you need to install yourself (since it’s quite picky too). It doesn’t come with its own Python interprter.
So, for those apps what you need is:
- Python (I’m personally using 3.9)
And some minimal AYON dependencies for the particular Python version you’re running with:
- PySide2 (or more recent PySide6)
- OpenTimelineIO
For more details see Installing Dependencies for Python for Resolve in the documentation.
Note that this has nothing to do with an “ayon-core” folder - nor do you need to access that folder manually ever. (I’ve not seen a use case where you had to.)
Why do you think you need the “ayon core” folder?