Loading

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

 

posted @ 2020-10-09 10:55  头牌彭鱼宴、  阅读(7908)  评论(0编辑  收藏  举报