openai / universe-starter-agent

A starter agent that can solve a number of universe environments.
MIT License
1.1k stars 318 forks source link

pip install "gym[atari]" doesnt work #104

Closed TheError404 closed 7 years ago

TheError404 commented 7 years ago

When I got to this step, it worked until the end of it... then it said: Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-ccJ016/atari-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-VBXSH8-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-ccJ016/atari-py/ can you help?