当前位置:网站首页>Airflow installation jump pit
Airflow installation jump pit
2022-07-03 12:34:00 【kvnew】
python3
$ sudo /cluster/software/python-3.7.0/bin/pip3 install apache-airflow[all]
Report errors : Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-kdrobbz6/apache-airflow/
solve :$ sudo /cluster/software/python-3.7.0/bin/pip3 install --upgrade setuptools Failure
hole
====================================
python2
$ /cluster/software/python-2.7.14/lib/python2.7/site-packages/airflow/bin/airflow webserver -p 8080
Report errors :Error: 'python:airflow.www.gunicorn_config' doesn't exist
solve : Add in front sudo perform . Reference resources :https://stackoverflow.com/questions/48017804/web-server-of-airflow-is-not-running
边栏推荐
- flinksql是可以直接客户端建表读mysql或是kafka数据,但是怎么让它自动流转计算起来呢?
- QT OpenGL rotate, pan, zoom
- How to deploy web pages to Alibaba cloud
- Cloud Computing future - native Cloud
- 剑指Offer07. 重建二叉树
- OpenGL draws colored triangles
- Applet wxss introduction
- [official MySQL document] deadlock
- Shardingsphere sub database and sub table < 3 >
- (構造筆記)從類、API、框架三個層面學習如何設計可複用軟件實體的具體技術
猜你喜欢
![Sword finger offer04 Search in two-dimensional array [medium]](/img/c4/002c951f8d914aaea4f4133685ebd1.png)
Sword finger offer04 Search in two-dimensional array [medium]

2.7 overview of livedata knowledge points
![[official MySQL document] deadlock](/img/2d/04e97d696f20c2524701888ea9cd10.png)
[official MySQL document] deadlock

C language improvement article (wchar_t) character type

If you can't learn, you have to learn. Jetpack compose writes an im app (II)

【附下载】密码获取工具LaZagne安装及使用

TOGAF认证自学宝典V2.0

Implement verification code verification

Integer string int mutual conversion

Basic knowledge of OpenGL (sort it out according to your own understanding)
随机推荐
(construction notes) ADT and OOP
Shutter widget: centerslice attribute
Pki/ca and digital certificate
OpenGL shader use
(construction notes) learning experience of MIT reading
Summary of error prone knowledge points: Calculation of define s (x) 3*x*x+1.
Dart: view the dill compiled code file
【ManageEngine】IP地址扫描的作用
Sword finger offer07 Rebuild binary tree
【附下载】密码获取工具LaZagne安装及使用
Lambda expression
Apache Mina Development Manual
Comprehensive evaluation of double chain notes · Siyuan notes: advantages, disadvantages and evaluation
Implement verification code verification
Wechat applet - basic content
Shutter: overview of shutter architecture (excerpt)
Slf4j log facade
(构造笔记)GRASP学习心得
The difference between lambda and anonymous inner class
Apprendre à concevoir des entités logicielles réutilisables à partir de la classe, de l'API et du cadre