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