pip安装Tensorflow模块问题:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0rc (from versions: none) ERROR: No matching distribution found for tensorflow==1.15.0rc


 原作者网址:https://blog.csdn.net/Hide_in_Code/article/details/80590747   (作者描述很详细,从发现问题--查阅资料--分析问题--解决问题--最终自己的总结。牛🐂。)

我就直截了当的说解决方法吧,主要是记录下自己遇到的问题。

使用pip安装tensorflow报错:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0rc (from versions: none)

       ERROR: No matching distribution found for tensorflow==1.15.0rc

解决办法:

1、检查python版本。好像目前tensorflow只支持python3.5.x 64bit~3.6.x 64bit版本。(重点:python版本必须是64bit的。32bit安装tensorflow还是会报错)

  确认python版本是:python3.6.x-64bit,使用管理员权限直接在终端运行:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow ,就可以安装成功。

  我用的是:python3.6.4-64bit版本。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Python之使用pip安装三方库Error:Could not find a version that satisfies the requirement (from versions: none),No matching distribution found for ERROR: Could not find a version that satisfies the requirement tensortfows (from versions: none) ERROR: No matching distribution found for tensortfows pip install 报错 ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL python安装不上tensorflow问题。。一直报错ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) python Could not find a version that satisfies the requirement pymysql (from versions: none) ERROR: No matching distribution found for pymysql 【Python配置】pandas包的安装和Could not find a version that satisfies the requirement pandas (from versions: none) ERROR: No matching distribution found for pandas的解决 centos解决Could not find a version that satisfies the requirement pip3 (from versions: none)及No matching distribution found for pip3问题 Python:安装opencv出现错误Could not find a version that satisfies the requirement numpy==1.13.3 (from versions: 1.14.5, 1.14.6, 1.15.0rc2, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0rc1, 1.16.0rc2, pip安装报错:ERROR: Could not find a version that satisfies the requirement pyjwt (from versions: none) win 10 pip Could not find a version that satisfies the requirement selenium (from versions: ) No matching distribution found for selenium
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM