在 Ubuntu 14.04(64 位)上安装 TensorFlow-0.9.0rc0 在此平台上不受支持

Install TensorFlow-0.9.0rc0 on Ubuntu 14.04 (64bit) gets not a supported wheel on this platform

虽然这似乎是一个骗局,但我无法解决,我有一个完全最新的 14.04 Ubuntu 和更新的 PIP 但我正在获取,想知道它是否与成为新版本的 tensorflow 有关?:

tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.

回应:

 sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl

想知道是否存在 pip 问题?还是车轮问题?我是 运行 如果 python 软件都可以用 pip 安装好...那么它似乎是 TensorFlow 独有的?

使用 Python 2 它对我有用(在 Ubuntu 14.04)。

sudo pip2 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl

要与 Python 3.4 一起使用,请使用:

sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp34-cp34m-linux_x86_64.whl

更多信息:https://www.tensorflow.org/versions/r0.9/get_started/os_setup.html#pip-installation