typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

Getting intel-tensorflow installation error in development environment

Open Eriz11 opened this issue 4 years ago • 4 comments

Hey all,

I have just cloned the master branch to use the commit that fixed the tensorflow.contrib errors regarding the cloud module.

However, when I install it in edit mode (pip install -e .) in a Linux desktop that doesn't have a GPU (i.e. I fall in the if sys.platform == "linux" or sys.platform == "linux2" > so the install requires intel-tensorflow=1.13.1), although intel-tensorflow version 1.13.1 appears when doing conda list in the brand new conda environment that I create, I still get this error:

ERROR: rl-coach 1.0.0 requires intel-tensorflow==1.13.1, which is not installed

¿Could you please see if you also get this? @galnov @gal-leibovich

Eriz11 avatar Oct 05 '19 10:10 Eriz11