我正在尝试在 Mac 10.9.1 上安装 PIL 我收到一条我无法在此处找到的错误消息。我已经安装了Python27、pip、DJango,现在尝试安装:

sudo pip install pil

我收到的消息:
Downloading/unpacking PIL
  Could not find any downloads that satisfy the requirement PIL
  Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /Users/xxx/Library/Logs/pip.log

请问有人知道如何解决这个错误吗?

在 Xcode 上,我检查了是否安装了命令行工具,但它没有出现在 Xcode->preferences->Download 下。

非常感谢您的帮助

最佳答案

有一个名为 Pillow 的 PIL 分支,很可能会解决您的问题。

关于python - sudo pip install pil 在 Mac 10.9.1 上出错,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21135568/

10-16 22:43