网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

解决Python报错 : No module named 'PIL'

时间:2024-10-13 23:17:01

1、Python3遇到没有库文件时,一般都是使用 pip install 库名,来直接安装。但是PIL的库名并不是PIL,如果直接使用会报错,如下

解决Python报错 : No module named 'PIL'

2、正确方法:pip install Pillow

解决Python报错 : No module named 'PIL'

3、接下来,我们验证一下是否安装成功。如下图,没有报错即成功

解决Python报错 : No module named 'PIL'
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com