【发布时间】:2017-02-16 06:00:55
【问题描述】:
按照https://www.tensorflow.org/install/install_windows 的“使用 Anaconda 安装”下的说明,我到了这一点并遇到了失败。
(tensorflow) C:\Users\rallen\Documents\Devel\python\tensorflow>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_x86_64.whl
tensorflow_gpu-1.0.0-cp35-cp35m-win_x86_64.whl is not a supported wheel on this platform.
这是我的环境 64 位 Anaconda3 4.3.0
>python
Python 3.6.0 |Anaconda 4.3.0 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
我之前从 pip 成功安装了 pre-1.0 tensorflow。
【问题讨论】:
标签: tensorflow