I am new to Tensor Flow and with some knowledge in Python. I am trying to instal TEnsor flow using pip3, but I repeatedly get the following massage :
pip install --upgrade tensorflow
"Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow"
My Python,Pip and virtualenv are upto date.
> python --version > Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
pip3 --version > pip
> 18.1 from e:\venv\lib\site-packages\pip (python 3.7)
virtualenv.py --version > 16.1.0
Any help is appreciated.