1. 常规正常安装方法
step1
pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html
step2
pip install torch==1.3.1
step3
pip install torchvision==0.4.1
2. 使用镜像源快速下载
step1
添加阿里和清华等镜像源:
参考之前的文章:使用清华、阿里等镜像源提高安装成功率
step2
pip install torch==1.3.1
step3
pip install torchvision==0.4.1
参考:
Could not find a version that satisfies the requirement torch==1.4.0 (from torchvision)


2187

被折叠的 条评论
为什么被折叠?



