安装pytorch,报错*** is not a supported wheel on this platform

1.手动下载

https://download.pytorch.org/whl/torch_stable.html

2.cmd切换到下载目录

3.手动修改包名

改 `torch-1.1.0+cpu-cp36-cp36m-win_amd64.whl`
为 `torch-1.1.0+cpu-cp36-cp36m-win32.whl`

4.然后执行 

pip install torch-1.1.0+cpu-cp36-cp36m-win32.whl

5.适用于任何不能安装的包

你可能感兴趣的:(安装pytorch,报错*** is not a supported wheel on this platform)