import torchvision错误提示ImportError: DLL load failed: 找不到指定的模块。

Posted Emperor10

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了import torchvision错误提示ImportError: DLL load failed: 找不到指定的模块。相关的知识,希望对你有一定的参考价值。

这周在跑一个深度学习的小项目要import torchvision工具包,torchvision是pytorch中专门用来处理图像的库。可是引入的时候会报下面的错。

ImportError: DLL load failed: 找不到指定的模块。

我查了一下工具包列表,发现torchvision确实下载了,有可能版本问题,所以卸载重下。

解决方法

  • 卸载torchvisionpip uninstall torchvision
  • 重新下安装另一个版本的torchvisionpip3 install torchvision==0.2.2.post3
  • 如图所示,即是安装成功

    再回到Pycharm中运行,便没有报错了。

以上是关于import torchvision错误提示ImportError: DLL load failed: 找不到指定的模块。的主要内容,如果未能解决你的问题,请参考以下文章

import torch错误解决

Jetson TX2使用torchvision报错ImportError: cannot import name 'PILLOW_VERSION' from 'PIL'

没有这样的运营商 torchvision::nms

c++中调用python脚本提示 error LNK2001: 无法解析的外部符号 __imp_Py_Initialize等错误的解决方法

oracle IMP导入错误 IMP-00003: ORACLE error 2298

IMP-00058: 遇到 ORACLE 错误 12154 ORA-12154: TNS: 无法解析指定的连接标识符