Page 1 of 1

Python API with newer Python version

Posted: Tue Oct 03, 2023 2:07 am
by deyvidpi
Hi,

I am trying to implement an add-on for Blender 3.6 on Windows. The internal Python version is 3.10, and I can't change it.
I tried, without success, to install the OpenSim API on Python 3.10, but I run into the same issue as this: "ImportError: DLL load failed while importing _simbody: cannot find given module"

I've seen that some have managed to make the OpenSim API run successfully on Python 3.10 on Linux after compiling OpenSim. Is there any way to do it without having to compile the whole project?

Thanks in advance,