ERROR: No matching distribution found for mlagents==1.0.0
Describe the bug
After creating an environment with python==3.10 I'm trying to install mlagents 1.0.0 using
python -m pip install mlagents==1.0.0
To Reproduce Steps to reproduce the behavior:
-
conda create -n mlagents1 python==3.10 -
python -m pip install mlagents==1.0.0
Console logs / stack traces
ERROR: Ignored the following versions that require a different python version: 0.10.0.dev0 Requires-Python >=3.6,<3.7; 0.29.0 Requires-Python >=3.7.2,<3.10.0; 0.30.0 Requires-Python >=3.8.13,<=3.10.8; 0.5.0 Requires-Python >=3.6,<3.7; 0.6.0 Requires-Python >=3.6,<3.7; 0.7.0 Requires-Python >=3.6,<3.7; 0.8.0 Requires-Python >=3.6,<3.7; 0.8.1 Requires-Python >=3.6,<3.7; 0.8.2 Requires-Python >=3.6,<3.7; 0.9.0 Requires-Python >=3.6,<3.7; 0.9.1 Requires-Python >=3.6,<3.7; 0.9.2 Requires-Python >=3.6,<3.7; 0.9.3 Requires-Python >=3.6,<3.7; 1.0.0 Requires-Python >=3.10.1,<=3.10.12
ERROR: Could not find a version that satisfies the requirement mlagents==1.0.0 (from versions: 0.4.0, 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==1.0.0
Environment (please complete the following information):
- Windows 11
- ML-Agents version: 1.0.0
This issue might have raised due to various reasons. You can try installing the latest version of mlagents by using the following command:
pip install mlagents
This would install the latest version of mlagents and I guess it works fine.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale. Please open a new issue for related bugs.