python - 安装Airflow报错
巴扎黑
巴扎黑 2017-04-18 10:08:47
0
3
661
巴扎黑
巴扎黑

reply all(3)
黄舟

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

小葫芦

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.

大家讲道理
sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple airflow
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!