解决:ImportError: DLL load failed: 找不到指定的模块
程序员文章站
2022-03-20 13:13:44
...
import skimage时正常
from skimage import io时报错
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\wzlab\Anaconda3\lib\site-packages\skimage\io\__init__.py", line 7, in <module>
from .manage_plugins import *
File "C:\Users\wzlab\Anaconda3\lib\site-packages\skimage\io\manage_plugins.py", line 28, in <module>
from .collection import imread_collection_wrapper
File "C:\Users\wzlab\Anaconda3\lib\site-packages\skimage\io\collection.py", line 12, in <module>
from PIL import Image
File "C:\Users\wzlab\Anaconda3\lib\site-packages\PIL\Image.py", line 56, in <module>
from . import _imaging as core
ImportError: DLL load failed: 找不到指定的模块。
解决方法
分析报错后发现from PIL import Image时出现问题,pip install pillow,更新pillow库即可
推荐阅读
-
启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法! 博客分类: 其他
-
启动 Eclipse 弹出 Failed to load the JNI shared library jvm.dll 错误的解决方法
-
启动 Eclipse 弹出 Failed to load the JNI shared library jvm.dll 错误的解决方法
-
pyinstaller打包错误解决:gensim错误,ImportError: DLL load failed: 找不到指定的模块。
-
python3.6:DLL load failed:找不到指定的模块(from PyQt5 import QtCore)
-
卸载VS2011 Developer Preview后Sql Server2008 R2建立数据库关系图报“找不到指定的模块”错误的解决方法
-
卸载VS2011 Developer Preview后Sql Server2008 R2建立数据库关系图报“找不到指定的模块”错误的解决方法
-
电脑中RunDll提示Funkoala64.dll出现问题找不到指定的程序的解决方法
-
.NET Core SDK在Windows系统安装后出现Failed to load the hostfxr.dll等问题的解决方法
-
cnsmin.dll出错找不到指定模块的解决方法