解决ERROR:Could not find a version that satisfies the requirement torch==1.4.0

**解决ERROR:Could not find a version that satisfies the requirement torch==1.4.0

如果在安装torchvision出现下图的问题可采取以下步骤进行解决
在这里插入图片描述

1、第一步
输入

pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html

成功后出现:
解决ERROR:Could not find a version that satisfies the requirement torch==1.4.0_第1张图片
然后进行第二步
输入

pip install torchvision==0.4.1

解决ERROR:Could not find a version that satisfies the requirement torch==1.4.0_第2张图片
成功调用torch!

你可能感兴趣的:(解决ERROR:Could not find a version that satisfies the requirement torch==1.4.0)