Page 1 of 1

Installation problems

Posted: Mon Dec 09, 2024 6:50 am
by noara10
Hi,

I downloaded OpenSim4.5, and followed the manual installation instructions in https://opensimconfluence.atlassian.net ... +in+Python.
After successfully installing (verified with pip list) I tried to import and start using and received an error indicating that the _simbody.dll file is missing. Indeed it was not in the bin folder or anywhere else.
I tried to uninstall and do everything all over but it did not help.

Would appreciate some assistant.

Thanks

Re: Installation problems

Posted: Mon Dec 09, 2024 10:26 am
by aymanh
Hello,

As described on the page you linked to, using conda packages is the best and most easily supported pathway to getting opensim to work under python. Since you're using version 4.5, you should find the packages here https://anaconda.org/opensim-org/opensim

If for some reason you must use the installation through the application distribution you should be aware of the limitations and that this is a more problematic pathway requiring more setup steps (described as caveats under the Manual Installation header).

As such the installation success depends on python version, and other setup steps including your local environment as opposed to the self contained conda environment.

Hope this helps,
-Ayman