复制pip的下载地址:
pip3 install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html
先直接访问torch的直接下载地址,也就是上边-f后边的地址:https://download.pytorch.org/whl/cu102/torch_stable.html
然后找到需要下载的torch .whl文件:
这时候可以开启代理,大小一个多G,几分钟就下完了。
1.进入到下载目录: cd C:\Users\DELL\Downloads
2.执行安装命令: pip install torch-1.10.2+cu102-cp38-cp38-win_amd64.whl
3.再执行最先复制的完全安装命令安装其他插件:pip3 install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html
ok,搞定!