huggingface / deep-rl-class

This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course.
Apache License 2.0
3.71k stars 564 forks source link

[HANDS-ON BUG] - Unit 7 #541

Closed de0015 closed 1 week ago

de0015 commented 1 week ago

I am experiencing issues with installing ml-agents-envs and ml-agents. I've changed the interpreter a few times from 3.12 down to 3.9 in the conda environment but no luck. The error in specifically states "no matching distribution for pettingzoo==1.15.0

ERROR: Ignored the following yanked versions: 1.22.4 ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python >=3.6, <3.10; 1.11.0 Requires-Python >=3.6, <3.10; 1.11.1 Requires-Python >=3.6, <3.10; 1.11.2 Requires-Python >=3.6, <3.10; 1.12.0 Requires-Python >=3.6, <3.10; 1.13.0 Requires-Python >=3.7, <3.10; 1.13.1 Requires-Python >=3.7, <3.10; 1.14.0 Requires-Python >=3.7, <3.11; 1.15.0 Requires-Python >=3.7, <3.11; 1.16.0 Requires-Python >=3.7, <3.11; 1.17.0 Requires-Python >=3.7, <3.11; 1.18.1 Requires-Python >=3.7, <3.11; 1.19.0 Requires-Python >=3.7, <3.11; 1.20.1 Requires-Python >=3.7, <3.11; 1.21.0 Requires-Python >=3.7, <3.11; 1.22.0 Requires-Python >=3.7, <3.11; 1.22.1 Requires-Python >=3.7, <3.11; 1.22.2 Requires-Python >=3.7, <3.11; 1.22.3 Requires-Python >=3.7, <3.12; 1.4.0 Requires-Python >=3.6, <3.9; 1.4.1 Requires-Python >=3.6, <3.9; 1.4.2 Requires-Python >=3.6, <3.9; 1.5.0 Requires-Python >=3.6, <3.10; 1.5.1 Requires-Python >=3.6, <3.10; 1.5.2 Requires-Python >=3.6, <3.10; 1.6.0 Requires-Python >=3.6, <3.10; 1.6.1 Requires-Python >=3.6, <3.10; 1.7.0 Requires-Python >=3.6, <3.10; 1.8.0 Requires-Python >=3.6, <3.10; 1.8.1 Requires-Python >=3.6, <3.10; 1.8.2 Requires-Python >=3.6, <3.10; 1.9.0 Requires-Python >=3.6, <3.10 ERROR: Could not find a version that satisfies the requirement pettingzoo==1.15.0 (from mlagents-envs) (from versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.23.0, 1.23.1, 1.24.0, 1.24.1, 1.24.2, 1.24.3) ERROR: No matching distribution found for pettingzoo==1.15.0

I attempted to install a higher level pettingzoo but receive additional errors when I try to install the ml-agents.

ERROR: Ignored the following versions that require a different python version: 0.10.0.dev0 Requires-Python >=3.5,<3.8; 0.29.0 Requires-Python >=3.7.2,<3.10.0; 0.30.0 Requires-Python >=3.8.13,<=3.10.8; 0.6.0 Requires-Python >=3.5,<=3.7; 0.6.1 Requires-Python >=3.5,<=3.7; 0.6.2 Requires-Python >=3.5,<=3.7; 0.8.0 Requires-Python >=3.5,<3.8; 0.8.1 Requires-Python >=3.5,<3.8; 0.8.2 Requires-Python >=3.5,<3.8; 0.9.0 Requires-Python >=3.5,<3.8; 0.9.1 Requires-Python >=3.5,<3.8; 0.9.2 Requires-Python >=3.5,<3.8; 0.9.3 Requires-Python >=3.5,<3.8; 1.0.0 Requires-Python >=3.10.1,<=3.10.12
ERROR: Could not find a version that satisfies the requirement mlagents-envs==1.1.0.dev0 (from mlagents) (from versions: 0.10.0.dev1, 0.10.0, 0.10.1, 0.11.0.dev0, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.18.0, 0.18.1, 0.19.0, 0.20.0, 0.21.0, 0.21.1, 0.22.0, 0.23.0, 0.24.0, 0.24.1, 0.25.0, 0.25.1, 0.26.0, 0.27.0, 0.28.0) ERROR: No matching distribution found for mlagents-envs==1.1.0.dev0

Material

If not: