-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named opensim #217
Comments
For now, we've only tested osim-rl with OpenSim 4.0 conda binaries posted here https://anaconda.org/kidzik/opensim |
Finally! However, one problem remains. Is there a possibility to use the command printToXML? I get the error “org.opensim.modeling.Model object has not attribute PrintToXML”. In a python environment this command is no problem. Best regards |
Sounds great! Exporting to xml is not a part of |
Hi, I had an already installed Anaconda (navigator version 1.9.12) on my computer and followed the instruction to installed osim-rl from the following website: http://osim-rl.stanford.edu/docs/quickstart/ The installation went through smoothly, at least I did not see any warning or error message. if I choose "open terminal" I run "activate opensim-rl" as instructed by the website that this must be done every time but when I choose "open with python" and run "from osim.env import L2RunEnv" I face an error message as mentioned in this thread. Traceback (most recent call last): I followed the conversation in this thread and tried import org.opensim as osim I received a similar error "No module named 'org'" Any suggestion here? Best regards, |
I also met the same problem. Have you solved it? Could you tell me how it was resolved. |
Hi, No. This was my sideline activity for a long time ago. I stopped working on it. |
Hello everyone,
How can run the Python scripts in OpenSim when they use the command "import opensim as osim"? ScriptingShell Window reply "ImportError: No module named opensim".
I'm running OpenSim 4.1. and already installed python 3.7.6. I can use the commands and scripts in Python (and Anaconda), after running the setup.py but it do not fix the issue in OpenSim. I think it's not that hard, but I can't figure it out alone :-/
Best regards
The text was updated successfully, but these errors were encountered: