【问题标题】:Install TensorFlow-0.9.0rc0 on Ubuntu 14.04 (64bit) gets not a supported wheel on this platform在 Ubuntu 14.04(64 位)上安装 TensorFlow-0.9.0rc0 在此平台上不受支持
【发布时间】: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


    【解决方案1】:

    使用 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

    【讨论】:

    • 我的系统似乎需要 pip2 vs pip ......!谢谢!
    猜你喜欢
    • 2016-02-10
    • 1970-01-01
    • 2016-06-20
    • 2020-09-23
    • 2017-07-16
    • 1970-01-01
    • 2018-10-17
    • 1970-01-01
    • 2020-09-18
    相关资源
    最近更新 更多