Dependency Error: DependencyNotInstalled: No module named 'mujoco_py'

1.3k Views Asked by At

I am using the information available on the following link to install and enable Mujoco and gym[all] dependencies. https://medium.com/@sayanmndl21/install-openai-gym-with-box2d-and-mujoco-in-windows-10-e25ee9b5c1d5 I went through all the steps successfully until: pip install gym[all] Here I am getting the following two errors in the command prompt: 1 - "Running setup.py install for box2d-py ... error" 2 - "Running setup.py install for mujoco-py ... error"

["Running setup.py install for box2d-py ... error" ][1]

["Running setup.py install for mujoco-py ... error"][2]

I was able to load Cart-Pole environment but I got the following error when tried to open 'Fetch Reach-v1' environment:

" DependencyNotInstalled: No module named 'mujoco_py'. (HINT: you need to install mujoco_py, and also perform the setup instructions here: https://github.com/openai/mujoco-py/.)".

0

There are 0 best solutions below