原文:启动airflow webserver报错:FileNotFoundError: [Errno 2] No such file or directory: 'gunicorn'

启动airflow websever时报错,FileNotFoundError: Errno No such file or directory: gunicorn ,找不到gunicorn。 airflow webserver启动时,会调用subprocess.Popen创建子进程,webserver使用gunicorn,启动参数: 执行gunicorn启动时,因为在PATH中找不到该命令报错。 ...

2017-06-30 19:25 0 5271 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2026 CODEPRJ.COM