首页 > 解决方案 > ImportError: DLL load failed: 找不到指定的模块?

问题描述

pip install matplotlib

我已经在新环境中的 Jupyter 笔记本中安装了 matplotlib,但是每当我写作时

import matplotlib

它正在生成错误

ImportError: DLL load failed: The specified module could not be found。

标签: pythonmatplotlibjupyter-notebookjupyter

解决方案


如果您使用的是虚拟环境

pipenv install <module name>

推荐阅读