3

I want to install an airflow worker on a windows machine.

I've pip installed it and then copied the airflow folder from a linux install however this has sent me down a rabbit hole of errors! Cygwin was briefly mentioned in the airflow google groups (see here) however I am not sure about the robustness of installing everything and keeping it running an emulator?

How to setup an airflow worker in widows: can it be natively installed or should a *nix emulator be used instead?

4

2 に答える 2

-2

1つ目)pipをインストールする

https://pip.pypa.io/en/stable/installing/

python get-pip.pyまたは_python3 get-pip.py

2番目)エアフローをインストールする

https://pythonhosted.org/airflow/installation.html 

pip install airflow

于 2016-06-19T15:09:32.403 に答える