python tensorflow将无法安装

时间:2017-05-18 20:00:05

标签: python python-3.x tensorflow tensorflow-gpu

我试图以多种方式安装 tensorflow (python 3.5)而没有成功:

  1. 输入“pip install tensorflow”和“pip install tensorflow-gpu”和  得到错误:
  2. Could not find a version that satisfies the requirement tensorflow (from 
       versions: )
       No matching distribution found for tensorflow
    
    1. 通过命令:“pip install tensorflow-1.2.0rc0-cp35-cp35m-win_amd64” 有几个.whl文件并得到错误:

      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但它没有成功..

    3. 你能帮我安装tensorflow吗? 感谢

1 个答案:

答案 0 :(得分:0)

您要在哪个操作系统上安装? 在conda上尝试以下命令

conda install -c conda-forge tensorflow=1.0.0

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