簡體   English   中英

python tensorflow將無法安裝

[英]python tensorflow won't install

我試圖以多種方式安裝tensorflow (python 3.5)沒有成功:

  1. 通過輸入“ pip install tensorflow”和“ pip install tensorflow-gpu”並得到錯誤:
 Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow 
  1. 通過命令:帶有多個.whl文件的“ pip install tensorflow-1.2.0rc0-cp35-cp35m-win_amd64”並得到錯誤:

     Could not find a version that satisfies the requirement tensorflow- 1.2.0rc0-cp35-cp35m-win_amd64 (from versions: ) No matching distribution found for tensorflow-1.2.0rc0-cp35-cp35m- win_amd64 
  2. 我什至用過conda,但沒有成功。

你能幫我安裝tensorflow嗎? 謝謝

您要在哪個操作系統上安裝? 在conda上嘗試以下命令

conda install -c conda-forge tensorflow=1.0.0

如果收到錯誤: conda create --name tensorflow python=3.5 activate tensorflow pip install tensorflow

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM