opensim-org / opensim-moco

Solve optimal control problems for musculoskeletal models using OpenSim and direct collocation.
https://opensim.stanford.edu/moco
Apache License 2.0
57 stars 16 forks source link

Python DLL loading error #112

Open nickbianco opened 6 years ago

nickbianco commented 6 years ago

I receive the following error message when the python bindings can't find the OpenSim DLLs. ImportError: DLL load failed: The specified procedure cannot be found. @chrisdembia mentioned this error was also being encountered when testing the bindings for Muscollo.

chrisdembia commented 6 years ago

Thanks @nickbianco . Yes, I got this message when trying to use the Matlab bindings. The fact that you got this error with python means the issue isn't Matlab/Java-specific.