Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.1k stars 416 forks source link

pip install ale-py error #505

Closed logu1989 closed 5 months ago

logu1989 commented 5 months ago

I am trying to install ale-py by using pip install ale-py command and get below error.

$pip install ale-py ERROR: Could not find a version that satisfies the requirement ale-py (from versions: none) ERROR: No matching distribution found for ale-py

I have also tried upgrading pip. $pip install --upgrade pip Requirement already satisfied: pip in c:\users\logan\appdata\local\programs\python\python312\lib\site-packages (23.3.2)

OS: Windows 11 Python Version: Python 3.12.1

pseudo-rnd-thoughts commented 5 months ago

Ale-py doesn't have python 3.12 support currently

tobiaswuerth commented 2 months ago

Is there a timeline for python 3.12 support?

pseudo-rnd-thoughts commented 2 months ago

v0.9.0, hopefully in the next few days