我正在按照https://airflow.apache.org/start.html#quick-start提供的安装步骤安装 apache 气流
第一步 - export AIRFLOW_HOME=~/airflow(没有错误)
第二步 - pip install apache-airflow(没有错误)
第三步 - airflow initdb(错误 - ImportError: cannot import name '_psutil_linux')
错误的详细信息如下图所示:

环境细节如下-
我应该如何继续解决它?我已经尝试过更新 pip 并安装 python-dev 但这不起作用。