Installation problems

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Noa Rahamim
Posts: 5
Joined: Wed Nov 27, 2024 12:25 pm

Installation problems

Post by Noa Rahamim » Mon Dec 09, 2024 6:50 am

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

User avatar
Ayman Habib
Posts: 2252
Joined: Fri Apr 01, 2005 12:24 pm

Re: Installation problems

Post by Ayman Habib » Mon Dec 09, 2024 10:26 am

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

User avatar
Noa Rahamim
Posts: 5
Joined: Wed Nov 27, 2024 12:25 pm

Re: Installation problems

Post by Noa Rahamim » Mon Dec 16, 2024 12:50 am

Thank you,

I used conda to install as you suggested and I have encounter a new problem - I seems to not have any of the models (.osim files) in the directory?


Thanks
Noa

User avatar
Jon Stingel
Posts: 3
Joined: Fri Jan 19, 2018 5:54 pm

Re: Installation problems

Post by Jon Stingel » Fri Dec 27, 2024 4:42 pm

Hi Noa,

OpenSim model files (.osim) are usually project specific. If you check out any of the example problems online you should find various different models are used in each of the different workflows/directories. There is also a nice download of a number of models and example problem files here: https://simtk.org/frs/?group_id=91.

Hope this helps!
Jon

POST REPLY