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

相关推荐
Muyuan199819 分钟前
22.让 RAG Agent 更像真实产品:聊天页面优化、PDF 上传、知识库重建与检索片段展示
python·django·pdf·fastapi
程序员-小李30 分钟前
uv 学习总结:从零到一掌握现代化 Python 工具链
python·学习·uv
Python大数据分析@38 分钟前
CLI一键采集,使用Python搭建TikTok电商爬虫Agent
开发语言·爬虫·python
研究点啥好呢44 分钟前
高德多模态算法工程师面试题精选:10道高频考题+答案解析
python·面试·llm·求职招聘·笔试·高德
测试员周周1 小时前
【AI测试系统】第3篇:AI生成的测试用例太“水”?14年老兵:规则引擎+AI才是王炸组合
人工智能·python·测试
秦ぅ时1 小时前
保姆级教程|OpenAI tts-1-hd模型调用全流程(Python+curl+懒人用法)
开发语言·python
Muyuan19981 小时前
25.Paper RAG Agent 优化记录:上传反馈、计算器安全与 Chunk 参数调整
python·安全·django·sqlite·fastapi
Java面试题总结2 小时前
使用 Python 设置 Excel 数据验证
开发语言·python·excel
小郑加油2 小时前
python学习Day10天:列表进阶 + 内置函数 + 代码简化
开发语言·python·学习
时空系2 小时前
第13篇:综合实战——制作我的小游戏 python中文编程
开发语言·python·ai编程