Windows上pip安装torch==0.4.1报错

629次阅读
没有评论

共计 195 个字符,预计需要花费 1 分钟才能阅读完成。

错误代码

ERROR: Could not find a version that satisfies the requirement torch==0.4.1
ERROR: No matching distribution found for torch==0.4.1

解决方法

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

正文完
 
Hlynford
版权声明:本站原创文章,由 Hlynford 2021-02-20发表,共计195字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)