gpt4 book ai didi

windows - Pillow 找不到 PIL.Image 类

转载 作者:可可西里 更新时间:2023-11-01 11:24:32 28 4
gpt4 key购买 nike

我刚刚在 Windows 上用 pip3 安装了 Pillow(PIL 分支),我可以导入它,但是找不到 Image 类:

>>> import PIL
>>> PIL.Image
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'PIL' has no attribute 'Image'

我做错了什么?

最佳答案

Pillow's documentation 中找到了答案:

Warning

Pillow >= 1.0 no longer supports “import Image”. Please use “from PIL import Image” instead.

from PIL import Image 有效。

关于windows - Pillow 找不到 PIL.Image 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43424332/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com