码迷,mamicode.com
首页 > Windows程序 > 详细

Windows下Pycharm安装Tensorflow:ERROR: Could not find a version that satisfies the requirement tensorflow

时间:2019-12-09 14:06:47      阅读:829      评论:0      收藏:0      [点我收藏+]

标签:timeout   成功   yun   原因   使用   error   src   tensor   pypi   

今天在Windows下通过Pycharm安装Tensorflow时遇到两个问题:

使用pip安装其实原理都相同,只不过Pycharm是图形化的过程!

1、由于使用国外源总是导致Timeout

解决方法是在Pycharm中添加清华源 https://mirrors.aliyun.com/pypi/simple/(或者其他的国内源)

技术图片

 

2、替换成清华源后安装报错:

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

产生原因:

  1. Tensoflow仅仅支持Python 3.5和Python 3.6。
  2. Tensoflow仅仅支持64位版本的Python。

解决方法:安装对应版本的Python

 

可以看到Tensorflow已经安装成功

技术图片

Windows下Pycharm安装Tensorflow:ERROR: Could not find a version that satisfies the requirement tensorflow

标签:timeout   成功   yun   原因   使用   error   src   tensor   pypi   

原文地址:https://www.cnblogs.com/Irvingcode/p/12010154.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!