stanfordnmbl / osim-rl

Reinforcement learning environments with musculoskeletal models
http://osim-rl.stanford.edu/
MIT License
888 stars 249 forks source link

DLL load failed when I run the command python -c "import opensim" #140

Closed Agtiger closed 6 years ago

Agtiger commented 6 years ago

err The Opensim-rl has been installed successfully.However,when I run the command python -c "import opensim",something goes wrong (see pic).Could you please provide me some advice?

kidzik commented 6 years ago

Which windows are you using? can you please send us the output of conda list? Thanks!

Agtiger commented 6 years ago

Thanks for your reply! windows 7(64) My conda lists are as following. image image image image Thanks !

kidzik commented 6 years ago

It seems you installed python 2.7. Please install python 3.5 (and all the packages with python 3.5 as well)

kidzik commented 6 years ago

I've just tried to install everything on a clean windows 10 instance and it seems to look like this screenshot 2018-08-02 19 29 53

One note is that I haven't managed to make it work with PowerShell. Besides that it seems to be working