i\'m new to tensorflow, today i installed tensorflow using:
C:\\>pip3 install --upgrade tensorflow
Collecting tensorflow
Using cached tensorflow-1.2.0-c
I had the same problem today and I followed all of these advice here as well as many more from other sources in the internet and from my own head. None of them worked.
I had installed tf 1.2.0 and it had no problem importing it
pip3 install --upgrade tensorflow==1.2.0
Further on, I found out that all the versions import well, up to 1.6.0., so I'll go about with 1.5.0. Currently, the latest is 1.7.0.