【发布时间】:2015-01-22 23:06:28
【问题描述】:
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
这没有任何意义,因为 pyobjc 3.0 不是在 OS X 10.8 过时后很久才创建的吗?
【问题讨论】:
标签: python macos pip easy-install pyobjc