I tried to install tensorflow with anaconda in windows and I have got an error:
(tensorflow2) C:>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
tensorflow-1.1.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.
at first i tried to have tensorflow with native pip but had errors there too, and at the end i came to anaconda and this error happened. if there is anybody who knows about this i will be thankful if gives me a hand.
pip install tensorflow
orpip install tensorflow-gpu
on windows as well? - David Parks