返回顶部
首页 > 资讯 > 后端开发 > Python >安装库时报错:RuntimeError: The detected CUDA version (11.7) mismatches the version that was used to...
  • 492
分享到

安装库时报错:RuntimeError: The detected CUDA version (11.7) mismatches the version that was used to...

深度学习pytorchpython 2023-09-13 05:09:45 492人浏览 安东尼

Python 官方文档:入门教程 => 点击学习

摘要

 ubuntu 22.04系统在安装PyTorch3D库时出现了报错信息:RuntimeError: The detected CUDA version (11.7) mismatches the version that was used

 ubuntu 22.04系统在安装PyTorch3D库时出现了报错信息:RuntimeError: The detected CUDA version (11.7) mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions.

在终端查看显卡信息(指令nvidia-smi):查看CUDA版本,此处是11.7

 根据报错信息,我现在的虚拟环境下的CUDA版本(11.7)和当前的pytorch版本不匹配。

在终端查看当前虚拟环境下的pytorch版本(指令conda list),发现pytorch版本为1.11.0,和GitHub仓库发布者要求的版本一致。

但是注意:pytorch官网安装pytorch时候的指令细节:

 刚开始我直接用第一条指令安装pytorch1.11.0,结果报错,后面注意到虽然这几条指令都是安装pytorch==1.11.0,但是最后的CUDA工具即cudatoolkit 版本有区别,从我的报错信息来看应该安装# CUDA 11.3下面的这个版本,cudatoolkit才是11这个和本地CUDA匹配的版本(.后面的细分版本无影响)

用这条指令安装pytorch后成功运行:

 

 

来源地址:https://blog.csdn.net/m0_66227501/article/details/129409125

--结束END--

本文标题: 安装库时报错:RuntimeError: The detected CUDA version (11.7) mismatches the version that was used to...

本文链接: https://www.lsjlt.com/news/405226.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作