因为Python版本存在冲突导致的.whl is not a supported wheel on this platform.

1 wget +url
2 
3 sudo python3.5 get-pip.py
4 
5 sudo python3.5 -m pip install ... .whl

即可

解决了tensorflow-0.8.0-py3-none-linux_x86_64.whl is not a supported wheel on this platform.

我就当是指定了版本的pip install

posted @ 2018-03-17 23:57  </Venus>  阅读(57)  评论(0)    收藏  举报