ImportError: DLL load failed while importing imaging: 找不到指定的模块

24.1 ImportError: DLL load failed while importing imaging: 找不到指定的模块

参考:https://zhuanlan.zhihu.com/p/662305030?utm_id=0

说明:Pillow 与pillow都可以,不区分首字母大小写

第一步:查看是否有pillow

1)pip install pillow

出现上图说明已经安装

2)查看pillow的版本

pip show pillow

3):重装pillow

pip uninstall pillow

pip install pillow

4): 如果重装pillow的话,还是报错,降低pillow版本

pip uninstall pillow

pip install pillow==8.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

5):使用别人的项目

pillow与requirements.txt一致

注意:

pillow与python 版本匹配

参考 https://blog.csdn.net/qq_45510888/article/details/121446878

官网查询 https://pypi.org/project/pillow/#files

相关推荐
默_笙2 天前
🍙 给每个请求过安检:FastAPI 是怎么把校验写进类型注解的
python
AI的探索之旅2 天前
97 个 OpenCV 实例(三十):双目立体,从标定到点云
人工智能·opencv·计算机视觉
qq_426003962 天前
启动playwright录制codegen生成自动化测试脚本
python·自动化
虎头金猫2 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
美狐美颜SDK开放平台2 天前
开发直播APP时如何接入视频美颜SDK?开发流程与注意事项
android·人工智能·计算机视觉·音视频·直播美颜sdk
长沙三为智能科技2 天前
家政小程序开发从0到上线:五阶段交付流程与验收清单
python
伞伞悦读2 天前
【第38期】Python 模块与包详解:import、from、模块搜索路径、包结构和 __init__
开发语言·python
只睡四小时2 天前
Canvas 弹道联机实战:700 行 + 固定时间步长
python·websocket·html5·游戏开发·canvas
奇思妙想聪明勤奋的小羊2 天前
DeepAgents第5章:子Agent 与上下文隔离—让 Agent学会委派
人工智能·python·学习·语言模型
lpfasd1232 天前
2026年第38周GitHub趋势周报
python·科技·github