安装PyObjC osX时出错

时间:2016-10-06 11:13:10

标签: python macos python-2.7 install pyobjc

我是Python新手,我拼命想通过spyder安装PyObjC。 命令

pip install PyObjC

返回错误:

  

命令“python setup.py egg_info”失败,错误代码为1   /私有的/ var /文件夹/ 0V / cg_rdz_x4d32jm6hz7n5txgh3djxb1 / T / PIP-积聚UBlDtP / pyobjc核/

其他帖子中找不到解决方案。我也尝试手动安装整个东西&通过conda。 似乎安装了Xcode。 它是我遇到问题的唯一模块。

有什么建议吗? :)

注意:我在macOS Sierra 10.12上使用Python 2.7

1 个答案:

答案 0 :(得分:0)

可以帮助更多的实际错误消息是在回溯的开头。就我而言,它是

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  ...

如果你得到相同的,这里是如何调试这个的答案: xcode-select active developer directory error