easy_install -U pyobjc-core
工作得很好,不过我已经尝试了easy_install -U pyobjc
和pip -U install pyobjc
以及你能想到的其他方式(除了可能正确的方法)并且它们都返回了:
error: Setup script exited with error: This distribution is only supported on MacOSX versions 10.6 upto and including 10.8
哪个没有任何意义,因为在OS X 10.8过期后很久没有创建pyobjc 3.0了?
答案 0 :(得分:1)
PyObjC的3.1.1版本最近发布并修复了这个问题。
答案 1 :(得分:0)
问题在于:
https://bitbucket.org/ronaldoussoren/pyobjc/issue/103/pip-wheel-pyobjc-and-pip-install-pyobjc
如果已修复但未发布,则唯一的选择是从源代码安装。