gpt4 book ai didi

python - Mac OS X 10.9 后无法安装 PIL

转载 作者:IT老高 更新时间:2023-10-28 12:31:12 64 4
gpt4 key购买 nike

我刚刚将我的 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 吗?

最佳答案

以下对我有用:

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
sudo pip install pil

更新:

但下面有更正确的解决方案,由 Will 提供。

open your terminal and execute: xcode-select --install

关于python - Mac OS X 10.9 后无法安装 PIL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19532125/

64 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com