You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling for quite a while now trying to get the repo to run on my Macbook. I've encountered various undocumented errors such as different tensorflow pkg sources, missing tensorflow-macos fork in setup script, deprecated numpy functionalities, hardcoded gcc pkg version that is incompatible with MacOS Monterey, among others. Having solved these, I'm now stuck at a new error:
gym.error.DependencyNotInstalled: dlopen(<...>/venv/lib/python3.10/site-packages/mujoco_py/generated/cymj_2.1.2.14_310_macextensionbuilder_310.so, 0x0002): symbol not found in flat namespace '_mj_Euler'.
(HINT: you need to install mujoco_py, and also perform the setup instructions here: [https://github.com/openai/mujoco-py/.](https://github.com/openai/mujoco-py/))
However I did install mujoco_py following the README instructions. This is my pip freeze:
Hi,
I've been struggling for quite a while now trying to get the repo to run on my Macbook. I've encountered various undocumented errors such as different tensorflow pkg sources, missing tensorflow-macos fork in setup script, deprecated numpy functionalities, hardcoded gcc pkg version that is incompatible with MacOS Monterey, among others. Having solved these, I'm now stuck at a new error:
However I did install mujoco_py following the README instructions. This is my pip freeze:
Is there anyone aware of the bugs on MacOS and how to get it running smoothly on there?
The text was updated successfully, but these errors were encountered: