-
Notifications
You must be signed in to change notification settings - Fork 530
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
I get errors when i try to install gym-retro how do i solve this issues #261
Comments
guys can anyone help me out please |
I get the same error trying to install myself. Using Windows 10 , installed Python 3.10.2 using Chocolatey
|
You have to downgrade the version of pyhton, actually gym-retro module does not have support to pyhton 3.10 or 3.9, https://pypi.org/project/gym-retro/ is just for python 3.8, 3.7 and 3.6, maybe you could use a virtualenv. |
pip install virtualenv a break down is roughly: Setting Up a Python Virtual Environment using virtualenv pip install virtualenv mkdir gymretro cd gymretro virtualenv env On Windows, run: kind of a mess going through this myself now |
Issue summary
Whenever i try to run
!pip install gym gym-retro
i get this huge list of errors that i will attach in a .txt file as the number of errors is alot also i have tried installing "wheel" as well but i still get errors the above mentioned .txt document contains errors that get thrown after installing wheelSystem information
errors_for_gym-retro.txt
The text was updated successfully, but these errors were encountered: