We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, as several others have pointed out. Following the instructions on the main page leads to this error.
arm64
x86
pip install
Successfully installed osim-rl-3.0.11
python -c "import opensim"
python -c "from osim.env import L2M2019Env"
ModuleNotFoundError: No module named 'osim'
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I also met the same problem. Have you solved it? Could you tell me how it was resolved
Sorry, something went wrong.
No branches or pull requests
Hi, as several others have pointed out. Following the instructions on the main page leads to this error.
arm64
but running locally onx86
so that should not be an issuepip install
works fine, yieldingSuccessfully installed osim-rl-3.0.11
python -c "import opensim"
also runs finepython -c "from osim.env import L2M2019Env"
yieldsModuleNotFoundError: No module named 'osim'
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: