Closed thomasjowsey closed 6 years ago
hmm... for some reason, this issue had nothing to do with tokenize, setuptools or gym. Here are the things I did that solved the issue:
One } Installed an older version of Mujoco-py (pip install mujoco-py==0.5.7
). I'm not sure whether this contributed to the fix, but my problem was solved after I installed this so... maybe it was the solution?
Two ) Ran pip as superuser (sudo
). This seemed to slip my mind at first.
So pretty much this was my fix:
$ pip install mujoco-py==0.5.7
$ sudo pip install -e '.[all]'
Hope that helps anyone who stumbles across this in the future!
When I run
pip install . '.[all]'
, I get the following output:I am using Arch Linux (Manjaro) and Python 3.6 This is in the directory of a clone from this repo. I cloned today. I have tried installing setuptools, but that has not helped.
Please help!