Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No matching distribution found for mlagents==1.0.0 #6100

Open
philippds opened this issue Apr 23, 2024 · 2 comments
Open

ERROR: No matching distribution found for mlagents==1.0.0 #6100

philippds opened this issue Apr 23, 2024 · 2 comments
Labels
bug Issue describes a potential bug in ml-agents. stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long.

Comments

@philippds
Copy link
Contributor

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:

  1. conda create -n mlagents1 python==3.10
  2. 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
@philippds philippds added the bug Issue describes a potential bug in ml-agents. label Apr 23, 2024
@Rajendran2201
Copy link

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.

Copy link

github-actions bot commented Jun 4, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long. label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue describes a potential bug in ml-agents. stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long.
Projects
None yet
Development

No branches or pull requests

2 participants