IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Installation Failure #456

Closed chelseas closed 3 years ago

chelseas commented 3 years ago

I was trying to install coach on my ubuntu 16 system using the recommended method of installing all the dependencies and then creating a virtualenv and then installing with pip and I got this error:

ERROR: intel-tensorflow has an invalid wheel, multiple .dist-info directories found: tensorflow-1.13.1.dist-info, intel_tensorflow-1.13.1.dist-info
chelseas commented 3 years ago

Nevermind this fixed it: https://software.intel.com/content/www/us/en/develop/articles/intel-optimization-for-tensorflow-installation-guide.html#pip_wheels

Note:

For TensorFlow versions 1.13, 1.14 and 1.15 with pip > 20.0, if you experience invalid wheel error, try to downgrade the pip version to <20.0

For e.g

python -m pip install --force-reinstall pip==19.0