我刚刚把我的 Mac OS 升级到10.9,我发现一些(全部?)我的 Python 模块已经不在这里了,尤其是 Image 模块。
所以我尝试执行 sudo pip install pil
,但是我得到了这个错误:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found
# include <X11/Xlib.h>
^
1 error generated.
error: command 'cc' failed with exit status 1
我的 Xcode 是最新的,我不知道。有没有可能 PIL 还不兼容10.9?