我不确定为什么会收到此错误。任何帮助,将不胜感激。
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
我不确定为什么会收到此错误。任何帮助,将不胜感激。
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
xcode-选择--安装
也许可以帮助你。
在 Mac 上,假设您使用的是 Homebrew,请键入:
brew install Homebrew/python/pillow
Pillow与PIL基本相同。
如果 python 无法找到包,请尝试以下 2 个命令。
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
我有点记得这个确切的问题。你安装了 Xcode 命令行工具了吗?这治愈了我的头痛。
你可以在这里找到它.. https://developer.apple.com/xcode/
从 Xcode 的首选项菜单中,安装命令行工具(下载/组件选项卡)。