Python PIL 模块:ModuleNotFoundError:没有名为“PIL”的模块

时间:2021-05-28 08:50:03

标签: python image import

我有一个小问题。我无法使用模块“PIL”。

执行我的程序后,我收到以下错误消息:

Traceback (most recent call last):
  File "myProjektpath", line 3, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'

我想在我的程序中导入一个图像,我只找到了使用 PIL 执行此操作的选项。

0 个答案:

没有答案