search

Home  >  Q&A  >  body text

python - 安装Airflow报错

巴扎黑巴扎黑2781 days ago684

reply all(3)I'll reply

  • 黄舟

    黄舟2017-04-18 10:10:47

    I have encountered this problem before, and it was solved by installing the corresponding version of python-dev.

    reply
    0
  • 高洛峰

    高洛峰2017-04-18 10:10:47

    You also need to install python-dev

    ubuntu:

    sudo apt-get install python-dev

    An error is reported later, but there is a detailed system that requires installing the easy* tool, just follow the prompts to install it.

    Although the entire installation process of Airflow is automated with one command, there are still some pitfalls in the middle, but fortunately, it is relatively easy to solve.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 10:10:47

    sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple airflow

    reply
    0
  • Cancelreply