Closed filipre closed 6 years ago
Indeed pip install gym
should work right away.
It looks like a bug on the PyPI side, related to SSL
https://github.com/pypa/pip/issues/829
https://stackoverflow.com/questions/15441224/can-i-relink-enthought-python-to-new-version-of-openssl-on-mac-os-x
It seems that --allow-all-external --allow-unverified
might help, but it's not ideal. There are a few other suggestions there though.
Hi!
I followed the installation guide in the readme. However, I always get following error message:
Are some requirements missing? Has it to do with SSL? I'm confused because I thought that command was supposed to install
gym
so why does it say it needs it as requirement?Issue #32 is related but the author did not issue the
pip install
command