解决windows报错Could not find a version that satisfies the requirement torch==1.0.0
时间:2021-06-26 23:52:50
收藏:0
阅读:28
1.进入pytorch官网
2.找到Previous PyTorch Versions,并找到下图所示部分(较靠下)

3.点击后跳转另一页面

4.下载到本地后通过再通过命令 pip install 下载路径(该文件所在位置) 即可进行安装
原文:https://www.cnblogs.com/zdcn/p/14938829.html
评论(0)