I am trying to install tensorflow 1.3.0 with the following setup:
python 3.6.3
pip 9.0.1
Windows 10 on x64
I have tried running
pip install https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow_jni-cpu-windows-x86_64-1.3.0-rc2.zip
but I get that
Command "python setup.py egg_info" failed with error code 1 in C:\Users\__\AppData\Local\Temp\pip-0dabbj1v-build\
and if I try
pip install tensorflow-1.3.0
I get
Could not find a version that satisfies the requirement tensorflow-1.3.0 (from versions: )
No matching distribution found for tensorflow-1.3.0
Any idea how I might get this to work? Any idea/tip would be greatly appreciated!