【发布时间】:2014-02-03 19:30:05
【问题描述】:
我正在尝试在 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 下。
非常感谢您的帮助
【问题讨论】: