我對Python(以及一般編程)比較陌生,所以對我來說很簡單。我一直在瞄準安裝pyautogui模塊,它是依賴於具有安裝PyObjC:錯誤:安裝PyObjC(Python 2.7)時,命令'gcc'失敗,退出狀態爲1
pip install -U pyobjc-core
pip install -U pyobjc
我成功安裝「pyobjc核心」。我也成功安裝了'xcode-select --install'。當我嘗試安裝'pyobjc'時,出現以下錯誤:
3 errors generated.
error: command 'gcc' failed with exit status 1
我正在使用Python 2.7。請索取更多有用的信息。幫助我,提前謝謝。
嘗試安裝Python的開發頭文件 - > http://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-install-eventlet – LaPriWa