简体   繁体   English

在Mac 10.9.1上由sudo pip install pil出错

[英]Error by sudo pip install pil on Mac 10.9.1

I am trying to install PIL on Mac 10.9.1 I get an error message which I can not get to find here. 我试图在Mac 10.9.1上安装PIL我收到一条错误消息,我无法在这里找到。 I have already installed Python27, pip, DJango, now I try to install: 我已经安装了Python27,pip,DJango,现在我尝试安装:

sudo pip install pil

The message I receive: 我收到的消息:

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

Anyone have an idea how to resolve this error, please? 有人知道如何解决这个错误吗?

On Xcode I have checked if Command Line Tools is installed but it doesn't appear under Xcode->preferences->Download. 在Xcode上,我检查了是否安装了命令行工具,但它没有出现在Xcode-> preferences-> Download下。

Many thanks for your help 非常感谢您的帮助

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM