anaconda and opensim package

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Nahime Al Abiad
Posts: 10
Joined: Mon Apr 01, 2019 12:55 am

anaconda and opensim package

Post by Nahime Al Abiad » Fri May 03, 2019 5:16 am

I am trying to install the python opensim package on anaconda by following these steps
I set the enviroment variables to

Code: Select all

C:\Users\nalabiad\opensim 4 
I change the directory in anaconda prompt to

Code: Select all

 C:\Users\nalabiad\opensim 4  then install setup.py
the anaconda prompt gave me that it finished installing

Code: Select all

 C:\Users\nalabiad\AppData\Local\Continuum\anaconda2\Lib\site-packages\opensim-4.0-py2.7.egg
but when I try to import opensim in spyder I get
dsfsd.PNG
dsfsd.PNG (24.66 KiB) Viewed 234 times
Can you please help me fix this problem
I have python 2.7 anaconda 64bits
opensim 4.0

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: anaconda and opensim package

Post by Dimitar Stanev » Sat May 04, 2019 12:32 am

I think that you didn't add the C:/OpenSim 4.0/bin to system path variables.

POST REPLY