报错: 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


Logo

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐