问题描述

在这里插入图片描述
ERROR: torch-1.10.0+cu113-cp39-cp39-linux_x86_64.whl is not a supported wheel on this platform.

原因分析

python版本对不上,cp39表示python3.9,我是3.6

问题解决

到这里https://download.pytorch.org/whl/cu113/torch/看自己的版本
其他安装torchvision的改下后边目录就行了,例如https://download.pytorch.org/whl/cu113/torchvision/
在这里插入图片描述

Logo

更多推荐