小码问答,有问必答!

window10 Python3.9使用pip安装tensorflow报错

ERROR: Could not find a version that satisfies the requirement tensorflow

ERROR: No matching distribution found for tensorflow


Python

收藏

1个回答

我要回答

  • author
    牛叔叔 2021-01-11 14:27

    tensorflow目前不支持Python3.9

    最高好像支持3.7

    所以如果要用,需要你将Python版本更换为Python3.7

    然后使用pip 命令即可安装

    需要卸载Python3.9版本

    另外应该是只支持64位版本,所以你安装Python3.7应该也要选择64位版本

    如果两个版本在电脑上都安装了,你可以在PyCharm中跟换项目的Interpreter从而可以在pip中直接搜索安装(如图)

    微信图片_20210111142607.png

    微信图片_20210111142618.png