If anyone is having trouble installing this with the latest version of pip (v19) the fix is to:
`pip install --no-use-pep517 apache-airflow` More info here https://github.com/pypa/pip/issues/6163 Ash > On 23 Jan 2019, at 01:18, Kaxil Naik <[email protected]> wrote: > > Dear Airflow community, > > I'm happy to announce that* Airflow 1.10.2* was just released. > > The source release, as well as the binary "sdist" release, are available > here: > > https://dist.apache.org/repos/dist/release/airflow/1.10.2/ > > We also made this version available on PyPi for convenience (`pip install > apache-airflow`): > > https://pypi.python.org/pypi/apache-airflow > > The documentation is available on: > > - https://airflow.apache.org/ > - https://airflow.apache.org/1.10.2/ > - https://airflow.readthedocs.io/en/1.10.2/ > - https://airflow.readthedocs.io/en/stable/ > > > Find the CHANGELOG here for more details: > > https://airflow.apache.org/changelog.html#airflow-1-10-2-2019-01-19 > > Cheers, > *Kaxil*
