I am getting the error below when trying to install tensorflow for python in pip3 on Windows 10 Home. I will try installing via Anaconda next but does anyone know if tensorflow will work with python 3.6.4? (My system is pretty old.)
Error: "Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow"
The command I am using is: pip3 install --upgrade tensorflow
Currently I have python version 3.6.4
Other Info: Windows 10 Home Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] Processor: AMT Phenom(tm) Quad-Core Processor 2.4GHz
I had the same issue, later figured out it has to do something with pip3 version.
Try running:
To upgrade pip3 version
pip3 install --upgrade pip
Then try:
pip3 install tensorflow==2.2
It's upon you which version of tensorflow you want to install
For those passing by and having the same error you may need to:
Hope this helped, downgrading worked for me
Source: https://www.tensorflow.org/install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With