【发布时间】:2016-06-08 14:39:39
【问题描述】:
虽然这似乎是一个骗局,但我无法解决,但我有一个完整的 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
想知道是否存在点子问题?还是轮子问题?如果 python 软件都用 pip 安装得很好,我正在运行相当多的东西......所以它似乎是 TensorFlow 独有的?
【问题讨论】:
标签: python pip ubuntu-14.04 tensorflow