无法安装PIL

时间:2016-05-18 22:53:59

标签: python python-imaging-library

我无法安装PIL。当我运行pip install PIL时,我得到:

Downloading/unpacking PIL
  Could not find any downloads that satisfy the requirement PIL
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /tmp/tmpWJojCu

我已尝试按照this问题的答案,但我收到同样的错误。

Stack:Python 2.7,PIP,EC2 Ubuntu机器。

1 个答案:

答案 0 :(得分:11)

这个人咬了很多人,PIL已成为pillow

pip install pillow

但导入名称未更改,因此它与包名称不同。也就是说,你继续使用:

from PIL import Image