报错: tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
解决:
- wget https://bootstrap.pypa.io/get-pip.py
- sudo python2.7 get-pip.py
- sudo python2.7 -m pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
- $ python2.7 进入执行即可
ref: http://stackoverflow.com/questions/33622613/tensorflow-installation-error-not-a-supported-wheel-on-this-platform
http://www.tensorfly.cn/tfdoc/get_started/os_setup.html
本文解决了一个特定的TensorFlow安装错误:'tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.' 提供了详细的步骤,包括使用wget下载get-pip.py,通过sudo python2.7运行get-pip.py安装pip,然后使用pip安装正确的TensorFlow版本。
4027

被折叠的 条评论
为什么被折叠?



