问题
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
回答1:
Upgrading from python 32 bits to Python 3.4, 3.5 or 3.6 (64 bits) worked for me.
How to check if your installed Python is 64 bits: https://stackoverflow.com/a/41084963/3212785
来源:https://stackoverflow.com/questions/48390095/no-matching-distribution-found-for-tensorflow