python - 安装Airflow报错

查看:954
本文介绍了python - 安装Airflow报错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问 题

按照官方文档,通过pip install来安装

pip install airflow

安装很慢, 后面还报错:

x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv
-O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/setproctitle.c -o build/temp.linux-x86_64-2.7/src/setproctitle.o

In file included from src/spt.h:15:0,
                 from src/setproctitle.c:14:
src/spt_python.h:14:20: fatal error: Python.h: No such file or directory
 #include <Python.h>
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status1     Command "/usr/bin/python -u -c "import setuptools,

tokenize;__file__='/tmp/pip-build-oliYeT/setproctitle/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('rn',
'n');f.close();exec(compile(code, __file__, 'exec'))" install
--record /tmp/pip-TKrohH-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-oliYeT/setproctitle/

解决方案

以前也遇到过这个问题,安装下对应版本的python-dev就解决了。

这篇关于python - 安装Airflow报错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆