解决 Could not find a version that satisfies the requirement torch==1.4.0
安装 torchvision ,结果报错:

解决方案:
第一步
pip install torch==1.3.1 -f https://download.pytorch.org/whl/torch_stable.html

第二步
pip install torchvision==0.4.1

安装 torchvision ,结果报错:

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

pip install torchvision==0.4.1

