pip install airflow[password,celery,mysql,s3,slack,hive]==master
doesn't works.


pip install git+
https://github.com/apache/incubator-airflow/#egg=
airflow[password,celery,mysql,s3,slack,hive]

works! Thanks!


--
*Adinata*
TOKI 2009
SMAN Plus Provinsi Riau 9th
13509022 - Informatika ITB 2009
Engineer - UrbanIndo.com

On Wed, Sep 14, 2016 at 4:31 AM, Patrick D'Souza <[email protected]>
wrote:

> Try this
>
> pip install git+
> https://github.com/apache/incubator-airflow/#egg=
> airflow[password,celery,mysql,s3,slack,hive]
>
> It should install from master with dependencies.
>
> On Tue, Sep 13, 2016 at 1:27 AM, Adinata <[email protected]> wrote:
>
> > Hi all,
> >
> > Currently to install airflow I uses the command below:
> >
> > pip install airflow[password,celery,mysql,s3,slack,hive]==1.7.1.3
> >
> > How to install airflow from master with the dependency? I know I can
> > install from github with pip using
> >
> > pip install https://github.com/apache/incubator-airflow/archive/
> master.zip
> >
> > But it doesn't install subpackage (like celery, hive, etc).
> >
> > --
> > *Adinata*
> > Engineer - UrbanIndo.com
> >
>

Reply via email to