i\'m new to tensorflow, today i installed tensorflow using:
C:\\>pip3 install --upgrade tensorflow
Collecting tensorflow
Using cached tensorflow-1.2.0-c
based on python and cuda version copy one of the path(I used compiler:VS2017 15.8 ,CUDA:NO ,SIMD:x86_64 and this worked for me)
paste it after https://github.com/fo40225/tensorflow-windows-wheel/blob/master/
download *.whl
open anaconda and change directory to location of *.whl
run this command: pip install *.whl (instead of * must be use name
of .whl file)