Ml-agents: Installation of mlagents python package failed

Created on 21 May 2019  路  9Comments  路  Source: Unity-Technologies/ml-agents

During the installation of ml-agents, I ran
pip3 install mlagents
Which failed with the following message:
Could not find a version that satisfies the requirement tensorflow==1.7.1 (from mlagents) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 2.0.0a0) No matching distribution found for tensorflow==1.7.1 (from mlagents)

I followed an Issue to this post, changed 0.12.0 --> 1.7.1 and FUTILY ran the following:

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.1-py3-none-any.whl

which evoked the following error response:
AttributeError: module 'pip' has no attribute 'main'

So, instead, I ran this:
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.7.1-py3-none-any.whl
which worked!

needs-info

Most helpful comment

Just posting in case anyone else ran across the same issue. It's installed.

All 9 comments

Were able to install mlagents or are you still facing an issue?

Just posting in case anyone else ran across the same issue. It's installed.

Thanks for this.

Thanks.

awesome...helped me out ;)

Thanks, help me a lot!

hey, thanks a lot

Thank you for this comment, It helped !!!

Thank you so muchhh !!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dlindmark picture dlindmark  路  3Comments

MrGitGo picture MrGitGo  路  4Comments

Porigon45 picture Porigon45  路  3Comments

RavenLeeANU picture RavenLeeANU  路  4Comments

scotthovestadt picture scotthovestadt  路  4Comments