Unity-Technologies / ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
https://unity.com/products/machine-learning-agents
Other
17.18k stars 4.16k forks source link

[Help]👀pkg_resources.DistributionNotFound: The 'tensorflow<2.1,>=1.7' distribution was not found and is required by mlagents #3115

Closed mosquitoam closed 4 years ago

mosquitoam commented 4 years ago

Hi, Something wrong had happened when i was test the RollerBall with tensorflow-gpu in windows. I have tried pip uninstall tensorflow-gpu==2.0 and pip install tensorflow-gpu==2.0 several times, but it dose not work.

image

And this is the packages in my virtual envs:

image image

caphosra commented 4 years ago

You can see how to fix it on #1534 .

mosquitoam commented 4 years ago

You can see how to fix it on #1534 .

Thanks for your advice. It worked!

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.