I want to install Tensorflow 1.o for python on windows.
This is information for my system.
D:\\>python --version Python 3.5.2 ::
From your python version output, looks like that you are using Anaconda python, in that case, there is a simple way to install tensorflow.
conda install -c conda-forge tensorflow
This command will take care of all dependencies like upgrade/downgrade etc.