已解决ERROR: Could not find a version that satisfies the requirement torch==1.8.1+cu101

问题描述:在使用

pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

下载时,报错。

具体原因:

1、在网站download.pytorch.org/whl/torch_stable.html找库的whl文件时,发现torch==1.8.1+cu101版本支持的python版本为3.6~3.9,查看自己的python版本为3.11,故报错。

2、使用清华源下载时,不要使用梯子。

 解决方法:

卸载当前3.11python,重新下载3.9版本python

查看cuda版本对应torch:Previous PyTorch Versions | PyTorch

清华源下载anaconda:https://mirrors.bfsu.edu.cn/anaconda/archive/

查询Anaconda对应的conda及python版本信息:https://docs.anaconda.com/anaconda/packages/oldpkglists/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
根据提供的引用内容,有几种解决方案来解决 "ERROR: Could not find a version that satisfies the requirement torch==1.5.1 cu101" 的问题。 一种解决方案是执行以下命令安装torch的指定版本:pip install --user torch==1.3.0 -f https://download.pytorch.org/whl/torch_stable.html。然而,有用户反馈此方法并没有解决问题。 另一种解决方案是重新创建一个Python版本为3.7的虚拟环境,并安装torch的1.3.1版本。可以使用以下命令来完成这个过程:conda create -n uof python==3.7 pip install torch~=1.3.0。 此外,可以前往https://download.pytorch.org/whl/torch_stable.html,从官方网站下载torch的稳定版本安装包并手动安装。 最后,根据错误提示,如果你的电脑是64位的,并且官方提供的安装包只有32位的,那么你需要选择与你的python版本相对应的选项进行安装。例如,如果你使用的是64位的Python 3.5版本,你需要选择64位的安装选项进行安装。<span class="em">1</span><span class="em">2</span><span class="em">3</span><span class="em">4</span> #### 引用[.reference_title] - *1* *2* *3* [ERROR: Could not find a version that satisfies the requirement torch==1.3.0解决方案](https://blog.csdn.net/dream6985/article/details/127305278)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *4* [Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribu](https://download.csdn.net/download/weixin_38722721/13750519)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值