dar*_*dog 1 python pip ubuntu-14.04 tensorflow
虽然这似乎是一个骗局,我无法解决,我有一个完整的当前14.04 Ubuntu和更新的PIP但我得到了,想知道它是否与tensorflow的新版本有关?:
tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
Run Code Online (Sandbox Code Playgroud)
回应:
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp27-none-linux_x86_64.whl
Run Code Online (Sandbox Code Playgroud)
想知道是否有点子问题?还是车轮问题?如果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
Run Code Online (Sandbox Code Playgroud)
要在Python 3.4中使用它,请使用:
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0rc0-cp34-cp34m-linux_x86_64.whl
Run Code Online (Sandbox Code Playgroud)
更多信息:https://www.tensorflow.org/versions/r0.9/get_started/os_setup.html#pip-installation
| 归档时间: |
|
| 查看次数: |
3798 次 |
| 最近记录: |