gpt4 book ai didi

python - PIL库导入失败

转载 作者:太空宇宙 更新时间:2023-11-03 16:39:55 24 4
gpt4 key购买 nike

作为 python 的初学者,我决定安装 python 解释器 3.4.4,以及 eclipse IDE 的 PyDev 插件。我也使用 Windows 10。

我遇到了有关某些导入的问题,即:from PIL import Image, ImageTk,这显然是一个 Unresolved 导入。

我查看了一些与我的情况相似的问题,但大多数都给出了像从linux apt-get安装打包的解决方案。以下是我访问过的一些主题:

  1. Uninstalling and reinstalling Pillow and pip,
  2. Installing pillow-imaging-tk on Ubuntu,
  3. This topic which left me very confused,
  4. This one seemed helpful, but is on Unix OS again

所以,请有人向我解释一下为什么我会看到这个错误,如果我绝对想使用 Eclipse、Pydev、Windows 10 和 Python 3,我该如何纠正它。

最佳答案

找到了解决方案,这就是我所做的:

  1. 设置 PYTHONPATH like it is shown in this article ,确保 python.exe 可通过 cmd 访问,
  2. 通过 cmd,输入 pip installpillow。或者,您可以从 Windows+R 输入相同的命令,
  3. (不确定是否相关步骤)通过 eclipse,Windows->Preferences->PyDev->PythonInterpreter删除解释器以重新添加它,
  4. 重新启动 Eclipse。

关于python - PIL库导入失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36900272/

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