简体   繁体   English

ImportError: DLL 加载失败:找不到指定的模块?

[英]ImportError: DLL load failed: The specified module could not be found?

pip install matplotlib

I have already installed matplotlib in Jupyter notebook inside a new environment but whenever i'm writing我已经在新环境中的 Jupyter 笔记本中安装了 matplotlib 但是每当我写

import matplotlib

It is generating an error它正在产生错误

ImportError: DLL load failed: The specified module could not be found. ImportError: DLL 加载失败:找不到指定的模块。

If you are using a virtual environment如果您使用的是虚拟环境

pipenv install <module name>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Skilearn导入错误:DLL加载失败:找不到指定的模块 - Skilearn ImportError: DLL load failed: The specified module could not be found 对象检测 - 导入错误:DLL 加载失败:找不到指定的模块 - Object detection - ImportError: DLL load failed: The specified module could not be found ImportError:DLL加载失败:在PyCharm中找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found in PyCharm Windows 上的 Tensorflow - ImportError:DLL 加载失败:找不到指定的模块 - Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found tensorflow 2.3.1 导入错误:DLL 加载失败:找不到指定的模块 - tensorflow 2.3.1 ImportError: DLL load failed: The specified module could not be found Windows,ImportError:DLL加载失败:找不到指定的模块 - windows, ImportError: DLL load failed: The specified module could not be found anaconda3中的ImportError:DLL加载失败:找不到指定的模块 - ImportError in anaconda3 : DLL load failed: The specified module could not be found ImportError: DLL 加载失败:在 python 中找不到指定的模块 - ImportError: DLL load failed: The specified module could not be found in python 导入错误:DLL 加载失败:找不到指定的模块。(Keras) - ImportError: DLL load failed: The specified module could not be found.(Keras) skimage-ImportError:DLL加载失败:找不到指定的模块 - skimage - ImportError: DLL load failed: The specified module could not be found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM