PyEnv BUILD FAILED installing Python on MacOS

后端 未结 8 2046
无人及你
无人及你 2020-12-23 11:57

While trying to install Python 3.6.6 (for Airflow) using PyEnv on MacOS, I am encountering build failure

8条回答
  •  庸人自扰
    2020-12-23 12:46

    This worked for me:

    1. remove CommandLineTools folder under /Library/Developer
    2. run in terminal: xcode-select --install
    3. sudo mv /usr/local/include /usr/local/include_old

提交回复
热议问题