openai / universe-starter-agent

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

Failed building wheel for atari-py (zlib is missing) #98

Closed Hyperparticle closed 6 years ago

Hyperparticle commented 7 years ago

I encountered an error when trying to follow the README on Ubuntu 17.04. It worked up until the following command.

pip install "gym[atari]"

Which results in the error:

fatal error: zlib.h: No such file or directory

I fixed this by doing

sudo apt-get install libz-dev

Should the README be updated to include this package? I don't know if anyone else had this problem, but I'm documenting it here.

blakecc commented 6 years ago

I had quite a bit of trouble with zlib. The thing that finally worked for me:

sudo yum install zlib-devel.x86_64