No matching distribution found for tensorflow

为君一笑 提交于 2020-12-20 08:01:56

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!