pip version I am using is 18.0 and tensorflow I was trying to install version 1.11.0rc2. I tried it with other versions of pip too but didn't work.
Asked
Active
Viewed 201 times
0
-
What's the Python Version? – Surya Tej Sep 26 '18 at 05:13
-
1Possible duplicate of [TensorFlow not found using pip](https://stackoverflow.com/questions/38896424/tensorflow-not-found-using-pip) – FlyingTeller Sep 26 '18 at 07:29
-
You have python 3.7 for which no windows binairies are available, since it is not officially supported yet. You will have to change your python version – FlyingTeller Sep 26 '18 at 07:29
1 Answers
1
That's because there is no release for Python 3.7: https://pypi.org/project/tensorflow/1.11.0rc2/#files

Lukasz Tracewski
- 10,794
- 3
- 34
- 53