Airflow 安装成功,但无法 运行
Airflow installation successfull, but unable to run it
C:\Python27\Scripts>airflow initdb
'airflow' is not recognized as an internal or external command,
operable program or batch file.
C:\Python27\Scripts>airflow init
'airflow' is not recognized as an internal or external command,
operable program or batch file.
C:\Python27\Scripts>airflow webserver -p 8080
'airflow' is not recognized as an internal or external command,
operable program or batch file.
我正在尝试在 Windows 7 机器上安装,我正在使用 Python 2.7
Airflow 在 Windows 上不正式支持 运行。根据我对它的有限测试,我无法获得它 运行,最后我只是在 Linux VM 上设置了所有内容。 https://groups.google.com/forum/m/#!topic/airbnb_airflow/JrE-aJDLm5w,讨论了作者试图在 Windows 上获取 Airflow 运行 但仍然存在错误的修改。
显示了一个曾经有效的方法,但从评论和我对该方法的测试来看,它似乎不再有效。祝你好运,如果你成功在 Windows post 上获得 Airflow 运行 作为答案。
或者,您也可以尝试以 windows 用户身份直接在 Google 云平台上安装它:https://lemag.sfeir.com/installing-and-using-apache-airflow-on-the-google-cloud-platform/。
C:\Python27\Scripts>airflow initdb 'airflow' is not recognized as an internal or external command, operable program or batch file.
C:\Python27\Scripts>airflow init 'airflow' is not recognized as an internal or external command, operable program or batch file.
C:\Python27\Scripts>airflow webserver -p 8080
'airflow' is not recognized as an internal or external command, operable program or batch file.
我正在尝试在 Windows 7 机器上安装,我正在使用 Python 2.7
Airflow 在 Windows 上不正式支持 运行。根据我对它的有限测试,我无法获得它 运行,最后我只是在 Linux VM 上设置了所有内容。 https://groups.google.com/forum/m/#!topic/airbnb_airflow/JrE-aJDLm5w,讨论了作者试图在 Windows 上获取 Airflow 运行 但仍然存在错误的修改。
或者,您也可以尝试以 windows 用户身份直接在 Google 云平台上安装它:https://lemag.sfeir.com/installing-and-using-apache-airflow-on-the-google-cloud-platform/。