Mujoco-py: pip install fails with the following error

Created on 24 Dec 2017  路  5Comments  路  Source: openai/mujoco-py

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/

Most helpful comment

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

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cbjtu picture cbjtu  路  5Comments

jjkke88 picture jjkke88  路  6Comments

henrycharlesworth picture henrycharlesworth  路  5Comments

abhigenie92 picture abhigenie92  路  5Comments

samuela picture samuela  路  3Comments