使用PIP INSTALLER在MAC OS X LION 10.7.2上安装PIL

时间:2011-12-03 22:40:13

标签: python django python-imaging-library llvm pip

我正在尝试使用PIP安装程序安装PIL,我得到了这个:

llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -IlibImaging -I/System/Library/Frameworks/Python.framework/Versions/2.7/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.7-intel-2.7/_imaging.o

unable to execute llvm-gcc-4.2: No such file or directory

error: command 'llvm-gcc-4.2' failed with exit status 1

任何线索可能是什么问题?

我在XCODE Developer工具中安装了Mac OS X Lion和LLVM ......可能出现什么问题?

3 个答案:

答案 0 :(得分:9)

我得到了同样的错误。 但另外需要在设置enter image description here

下安装“命令行工具”

编辑: 只是谷歌的一些关键词,如果有人正在寻找这个! easy_install pip gcc not found mac osx xcode 可能是主持人将此关键字添加到问题

答案 1 :(得分:1)

您确定您实际运行了Xcode安装程序(通常位于/Applications中)吗?从Mac App Store下载它不会自动运行安装程序。

答案 2 :(得分:0)

检查您是否安装了XCode。尝试从homebrew包管理器

安装PIL