我正在mac osx上安装django-review但它似乎不起作用。我已经安装了其他软件包,它没有任何问题。
这是我的终端命令:
pip install django-review
我找不到任何与特定操作系统相关的有用指令。这是导致的错误:
sh: line 1: 14074 Segmentation fault: 11 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find clang 2> /dev/null
clang: error: unable to find utility "clang", not a developer tool or in PATH
error: command 'clang' failed with exit status 72
如果你已经在mac osx上成功安装了django-review,我能否指点一下如何成功完成它?谢谢。