【问题标题】:Conda closes automatically after installing tensorflow安装 tensorflow 后 conda 自动关闭
【发布时间】:2017-06-14 07:56:51
【问题描述】:

我尝试通过以下步骤安装 tensorflow:

  1. conda create --name tensorflow python=3.5
  2. 激活张量流
  3. conda 安装 jupyter
  4. conda 安装 scipy
  5. pip install tensorflow-gpu

我一安装,conda 就会立即关闭。我正在使用 64 位 Windows 和 Anaconda 3.5。请帮忙

【问题讨论】:

    标签: tensorflow anaconda


    【解决方案1】:

    你应该使用 conda 来安装 tensorflow。 Pip 经常引起问题。

        conda install -c conda-forge tensorflow        
    

    看看这些步骤来安装第一个 CPU 版本:Permission denied when installing Tensorflow

    【讨论】:

      猜你喜欢
      • 2019-08-19
      • 1970-01-01
      • 1970-01-01
      • 2017-10-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-12-03
      相关资源
      最近更新 更多