I want to install Tensorflow 1.o for python on windows.
This is information for my system.
D:\\>python --version Python 3.5.2 ::
The solution for me was sooo dumb!!
I was using Python 3.8 in my environment. I made a new environment using Python 3.7, and the install worked fine.
source