**解决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

成功后出现:
在这里插入图片描述
然后进行第二步
输入

pip install torchvision==0.4.1

在这里插入图片描述
成功调用torch!

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐