mujoco-py icon indicating copy to clipboard operation
mujoco-py copied to clipboard

Error when installing Mujoco-py - RuntimeError: Could not find GCC executable.

Open GomezH30 opened this issue 4 years ago • 5 comments

When I use pip3 install -U 'mujoco-py<2.1,>=2.0' to install mujoco-py I get this error message: RuntimeError: Could not find GCC executable.

HINT: On OS X, install GCC with brew install gcc. or port install gcc.

ERROR: Failed building wheel for mujoco-py Failed to build mujoco-py ERROR: Could not build wheels for mujoco-py which use PEP 517 and cannot be installed directly

I have tried using both brew install gcc. or port install gcc and I get command not found: brew and the same for port

  • OS: [macOS 11.0.1]
  • Python Version [3.8]
  • Mujoco Version [200]
  • mujoco-py version [2.0.2.5]

GomezH30 avatar Jan 11 '21 04:01 GomezH30

Same problem, but this pip install mujoco-py==2.0.2.8 worked. However, when I import the library, it throws the same error. Don't know how to fix that.

ekanshgupta92 avatar Jan 18 '21 15:01 ekanshgupta92

brew install gcc@7 pip uninstall mujoco_py pip install mujoco_py

Worked for me. Don't know if this is correct, but this gave a few warnings and worked as expected. Maybe this occurred due to some bug in gcc and gets fixed later.

ekanshgupta92 avatar Jan 18 '21 16:01 ekanshgupta92

The solution above also works for gcc 8

gautams3 avatar May 26 '21 23:05 gautams3

Running on same issue with mujoco version 200. My gcc is 13.2.0, and the above solution doesn't work for me.

PTJohn0122 avatar May 01 '24 20:05 PTJohn0122

Running on same issue with mujoco version 200. My gcc is 13.2.0, and the above solution doesn't work for me.

Same here. The solution fix doesn't work for me. gcc version 13.2.0. I tried using the Mujoco from https://github.com/google-deepmind/mujoco/releases and the python binding specified in the repo (pip install mujoco), even though that works, it doesn't support gymnasium. Please whoever is familiar with a fix should help me.

chrisantuseze avatar May 30 '24 04:05 chrisantuseze