When trying to setup both the atari and the gym environments using conda, i am getting errors regarding some required packages on the specified version described on the .yml file being unable to be installed because it requires either a different version of another required package or a different python version.
I have spent a few days trying and managed to get the gym environment to work (although i'm not sure if something is on the wrong version or not), but i'm struggling with the atari one, which seems to have a problem with the ale-py package. The error log from conda env create -f conda_env.yml (the one in the atari subdirectory) is attached below.
Not sure if it's relevant but i'm using Debian 12.
Thank you for your attention.
error_log.txt
When trying to setup both the atari and the gym environments using conda, i am getting errors regarding some required packages on the specified version described on the .yml file being unable to be installed because it requires either a different version of another required package or a different python version.
I have spent a few days trying and managed to get the gym environment to work (although i'm not sure if something is on the wrong version or not), but i'm struggling with the atari one, which seems to have a problem with the ale-py package. The error log from
conda env create -f conda_env.yml(the one in the atari subdirectory) is attached below.Not sure if it's relevant but i'm using Debian 12.
Thank you for your attention.
error_log.txt