Python API with newer Python version

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Pagnon David
Posts: 82
Joined: Mon Jan 06, 2014 3:13 am

Python API with newer Python version

Post by Pagnon David » Tue Oct 03, 2023 2:07 am

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,

Tags:

POST REPLY