安装 torchvision ,结果报错:

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

 

解决方案:

第一步

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

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

第二步

pip install torchvision==0.4.1

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

 

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-10-05
  • 2021-10-14
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-13
  • 2021-12-05
  • 2022-01-30
  • 2021-07-22
  • 2021-12-04
  • 2021-05-17
相关资源
相似解决方案