Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-iabusc5q/mujoco-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-22z90kii-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-iabusc5q/mujoco-py/
Same problem on ubuntu 16.04
@yasiemir @Shaofanl Experiencing same problem. Did you find a resolve?
Temporary resolve is to use the older version mujoco-py 0.5.7 which apparently runs just fine.
pip install mujoco-py==0.5.7
Right solution. @yasiemir
@yasiemir The problem is that this doesn't work with MJ 1.5, you have to downgrade to 1.31
Most helpful comment
Temporary resolve is to use the older version
mujoco-py 0.5.7which apparently runs just fine.pip install mujoco-py==0.5.7