安装Airflow报错

发布于 2022-09-04 08:40:14 字数 1112 浏览 14 评论 0

按照官方文档,通过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/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

韬韬不绝 2022-09-11 08:40:14

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

ゝ偶尔ゞ 2022-09-11 08:40:14

还需要安装python-dev

ubuntu:

sudo apt-get install python-dev

后面还报错,不过有详细的体系需要安装easy*工具,按照提示安装就可以了。

Airflow整个安装过程虽然是一条命令自动化安装,但是中间还是有点小坑的,不过还好,还算容易解决。

岛徒 2022-09-11 08:40:14
sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple airflow
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文