简体   繁体   English

python tensorflow将无法安装

[英]python tensorflow won't install

I've tried to install tensorflow (python 3.5) in many ways without succeed: 我试图以多种方式安装tensorflow (python 3.5)没有成功:

  1. By typing "pip install tensorflow" and "pip install tensorflow-gpu" and getting the error: 通过输入“ 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. By the command: "pip install tensorflow-1.2.0rc0-cp35-cp35m-win_amd64" with several .whl files and got the error: 通过命令:带有多个.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. I've even usen conda but it did not worked out.. 我什至用过conda,但没有成功。

Can you help me install tensorflow? 你能帮我安装tensorflow吗? Thanks 谢谢

On which OS you are trying to install? 您要在哪个操作系统上安装? try below command on conda 在conda上尝试以下命令

conda install -c conda-forge tensorflow=1.0.0

if received error: conda create --name tensorflow python=3.5 activate tensorflow pip install tensorflow 如果收到错误: 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