xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
I have compiled xstudio for windows as per instructions. it compiled and then installed without any issues. When I execute it however, it complains about python311.dll while it seems to be compiled with 3.10. I'm not entirely sure what the correct procedure to fix this is. I thought it downloads the required python through vcpkg. Does it rely on my system python (which indeed is 3.10)?
in case anyone has the same problem it relies on system python and it has to be 3.11. even after it is compiled and installed it still needs the system-wide python to run and is not a self-contained application.
I have compiled xstudio for windows as per instructions. it compiled and then installed without any issues. When I execute it however, it complains about
python311.dll
while it seems to be compiled with 3.10. I'm not entirely sure what the correct procedure to fix this is. I thought it downloads the required python through vcpkg. Does it rely on my system python (which indeed is 3.10)?