我不确定为什么会收到此错误。任何帮助,将不胜感激。
ld: library not found for -lSystem
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1
答案 0 :(得分:1)
在Mac上,假设您使用的是Homebrew,请输入:
brew install Homebrew/python/pillow
枕头与PIL基本相同。
如果python无法找到包,请尝试以下两个命令。
mkdir -p ~/Library/Python/2.7/lib/python/site-packages
echo '/usr/local/lib/python2.7/site-packages' > ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth
答案 1 :(得分:1)
xcode-select --install
可能可以帮到你。
答案 2 :(得分:0)
我有点记得这个确切的问题。你安装了Xcode命令行工具吗?这让我头痛不已。
你可以在这里找到它。https://developer.apple.com/xcode/
从Xcode的“首选项”菜单中,安装命令行工具(“下载/组件”选项卡)。
支持参考: gcc-4.2 failed with exit status 1 I can't install 'pip install pil' in Osx