当前位置:   article > 正文

pip安装torch错误ERROR: Could not find a version that satisfies the requirement torch及解决办法

error: could not find a version that satisfies the requirement torchvision==

使用pip安装PyTorch时报如下错误:

ERROR: Could not find a version that satisfies the requirement torch>=1.6.0

直接改成运行

pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
  • 1

即可
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/313994
推荐阅读
相关标签
  

闽ICP备14008679号