torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

问题:torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

原因1:python 版本不对

原因2:下载的文件名格式是不支持的

解决办法:

1、查看python版本

在这里插入图片描述
下载对应版本的包。pip install +包名字
在这里插入图片描述

2、查看支持文件格式

torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform._第1张图片
通过这里可以发现上面下载的文件名格式支持的话,就相应修改,例如:Pillow-3.4.2-cp35-none-win_amd64.whl。

你可能感兴趣的:(torch,pip)