openai / retro

Retro Games in Gym
MIT License
3.39k stars 526 forks source link

Add support for Python 3.9 #274

Closed Kenshiro-28 closed 11 months ago

Kenshiro-28 commented 1 year ago

Gym Retro doesn't support Python 3.9 which is the version currently installed in widely used systems like Debian 11 and many others.

Trying to install it generates the following error:

$ pip3 install gym-retro .....

Building wheels for collected packages: gym-retro Building wheel for gym-retro (setup.py): started Building wheel for gym-retro (setup.py): finished with status 'error' Running setup.py clean for gym-retro Failed to build gym-retro

Please add support for Python 3.9

System information