-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip installation issue: pip cannot find ale-py
(Mac OS 10.14, Python 3.9, 3.10, 3.11, 3.12)
#504
Comments
ale-py
(Mac OS 10.14, Python 3.10, 3.11, 3.12)ale-py
(Mac OS 10.14, Python 3.9, 3.10, 3.11, 3.12)
were you able to find a solution? |
If you just try to install ale-py does it work? |
getting this error |
Looking at the pypi files - https://pypi.org/project/ale-py/0.8.1/#files |
Still don't have a solution, unfortunately -- I suspect this is actually an issue with |
Late to the show, but this seems like a pypi index issue. One thing you can try is:
|
I know you've mentioned in your description, but for me using python 3.10 has fixed the issue. https://stackoverflow.com/questions/78136139/pip-cant-find-ale-py-package |
Still having issues in python 3.11.8 |
my computer is winodws 32, how can I install ale-py==0.8.0,I want to let my students use gym to learn DQN |
My primary recommendation is to stop using a windows 32 machine. |
This issue is a duplicate of the closed Issue #447 , except the suggested solution there did not work for me.
I have been trying to install OpenAI gym with Atari dependency and cannot go forward without installing ale-py
and
both throw the following error which I can't seem to solve.
I am running Mac OSX 10.14 (Mojave), and get the same errror in different conda environments ( Python 3.9, 3.10, 3.11, and 3.12).
My pip version is 23.3.2 (I have ran pip install --upgrade and that also doesn't solve it).
Any ideas on what the issue could be?
The text was updated successfully, but these errors were encountered: