300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > pip安装torch错误ERROR: Could not find a version that satisfies the requirement torch及解决办法

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

时间:2020-09-26 04:16:06

相关推荐

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

使用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 /whl/torch_stable.html

即可

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。