Hi, as several others have pointed out. Following the instructions on the main page leads to this error.
- macOS Monterey
arm64 but running locally on x86 so that should not be an issue
pip install works fine, yielding Successfully installed osim-rl-3.0.11
python -c "import opensim" also runs fine
- but
python -c "from osim.env import L2M2019Env" yields ModuleNotFoundError: No module named 'osim'
Any help would be greatly appreciated.
Hi, as several others have pointed out. Following the instructions on the main page leads to this error.
arm64but running locally onx86so that should not be an issuepip installworks fine, yieldingSuccessfully installed osim-rl-3.0.11python -c "import opensim"also runs finepython -c "from osim.env import L2M2019Env"yieldsModuleNotFoundError: No module named 'osim'Any help would be greatly appreciated.