DLL 加载失败:找不到指定的模块。在 matplotlib 程序中
Posted
技术标签:
【中文标题】DLL 加载失败:找不到指定的模块。在 matplotlib 程序中【英文标题】:DLL load failed: The specified module could not be found. in matplotlib program 【发布时间】:2019-05-24 03:21:10 【问题描述】:我正在学习 python 中的 matplotlib 模块,我已经在命令提示符“pip install matplotlib”中使用命令安装了该库 它显示成功安装并在 python 3.7 IDLE 中, 当我输入 import matplotlib 我遇到这个错误
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> import matplotlib
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import matplotlib
File "C:\Program Files\Python37\lib\site-packages\matplotlib\__init__.py", line 200, in <module>
_check_versions()
File "C:\Program Files\Python37\lib\site-packages\matplotlib\__init__.py", line 194, in _check_versions
module = importlib.import_module(modname)
File "C:\Program Files\Python37\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: DLL load failed: The specified module could not be found.
【问题讨论】:
【参考方案1】:似乎这是库版本https://github.com/matplotlib/matplotlib/issues/14303的问题
【讨论】:
是的,从 microsoft.com/en-in/download/details.aspx?id=48145 安装 microsoft visual c++ 2015 后它工作了 还有其他人遇到过这个问题吗?添加视觉 C++ 并尝试有关 github 问题的建议后,我似乎无法解决。以上是关于DLL 加载失败:找不到指定的模块。在 matplotlib 程序中的主要内容,如果未能解决你的问题,请参考以下文章
ImportError:导入聚合时DLL加载失败:找不到指定的模块
Pyinstaller ImportError:DLL加载失败:找不到指定的模块