Mac安装PIL失败的解决方案


安装PIL的时候弹出下面的错误:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.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

解决方法:

1、执行:

ln -s  /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/X11 /usr/local/include/X11

若提示目录存在,找到后删除(可能不是当前版本的),在重新执行就可以。

2、在下载的PIL文件夹下执行:

sudo python setup.py install

3、安装MacOS的Command Tool

Xcode-select --install


智能推荐

注意!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。



 
© 2014-2019 ITdaan.com 粤ICP备14056181号  

赞助商广告