Why does Apache airflow fail with the command: 'airflow initdb'?
问题 I am trying to install airflow on an AWS EC2 instance. The process seems to be pretty well documented by various sources on the web, however, I have run into a problem after I 'pip install' airflow; I get the below error when I execute the command 'airflow initdb': [2019-09-25 13:22:02,329] {__init__.py:51} INFO - Using executor SequentialExecutor Traceback (most recent call last): File "/home/cloud-user/.local/bin/airflow", line 22, in <module> from airflow.bin.cli import CLIFactory File "