Windows PyCharm中的Airflow DAG开发

时间:2017-03-16 05:55:40

标签: pycharm airflow

我尝试使用PyCharm在Windows桌面中设置基于气流的应用程序工作区。

安装了PyCharm,python 2.7,也为Project Interpreter添加了气流。

尝试从https://pythonhosted.org/airflow/tutorial.html设置基础示例。当执行python脚本(tutorial.py)时,它只需几秒钟就可以执行任何操作。对我做错的任何帮助?

在提交脚本时,AIRFLOW_HOME也设置为C:/ Users / muthu / AppData / Roaming / Python / Python27 / site-packages / airflow /。

控制台消息: C:\ Python27 \ python.exe C:/Users/muthu/MyWork/non-sync/python-workspace/dags/tutorial.py [2017-03-16 01:48:42,349] { init .py:36} INFO - 使用执行程序SequentialExecutor

处理完成,退出代码为0

1 个答案:

答案 0 :(得分:2)

Airflow无法在Windows上运行。我花了几天的时间试图让它与MinGW一起运行,并且尝试了git bash而没有运气。 Airflow使用Windows上没有的一些python模块。

我通过使用带有Linux Mint的Virtual Box解决了这个问题,并在几个小时内完成了气流运行。