gpt4 book ai didi

python - 导入错误 : No module named 'PIL' in python 3. 4

转载 作者:行者123 更新时间:2023-12-04 19:20:03 25 4
gpt4 key购买 nike

我在文件的开头有这样的代码:

from PIL import Image
from PIL import ImageFont
from PIL import ImageDraw

它抛出错误:
python3 main.pyTraceback (most recent call last):
File "main.py", line 1, in <module>
from PIL import Image
ImportError: No module named 'PIL'

根据许多建议,我应该替换 import PIL用我实际拥有的。但是正如您所见,它不起作用。

它在 Ubuntu 14.04 和 Python 3.4.0 上

最佳答案

根据this你应该可以做import Image而不是 import PIL .

关于python - 导入错误 : No module named 'PIL' in python 3. 4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23168094/

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