【发布时间】:2017-07-20 05:53:09
【问题描述】:
按照Tensorflow website 上的说明,我尝试安装 Anaconda 的纯 CPU 版本的 Tensorflow。但是,第四步
(tensorflow)C:> pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_x86_64.whl
输出错误:
tensorflow-1.0.0-cp35-cp35m-win_x86_64.whl is not a supported wheel on this platform. Could anyone tell me the reason behind this?
【问题讨论】:
-
python --version 和 pip -V 的输出是什么?
-
python 3.5和pip 9,我已经解决了,请参考@Beomi的回答
标签: python tensorflow anaconda