You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by rakesh kalyanam <ka...@gmail.com> on 2018/11/17 13:03:10 UTC

Apache Airflow Setup Issue

Hi,

Please find the error message below






Collecting airflow
  Using cached
https://files.pythonhosted.org/packages/e7/ac/5f1ec362fc0695167d29b3c7b6f28d79898f1221e5a32ab1c6e651a55564/airflow-1.8.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File
"/private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/setup.py",
line 102
        async = [
              ^
    SyntaxError: invalid syntax

    ----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in
/private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Thanks
Rakesh

Re: Apache Airflow Setup Issue

Posted by Iuliia Volkova <xn...@gmail.com>.
You have Python 3.7, Airflow does not support 3.7

On Sat, Nov 17, 2018 at 4:32 PM rakesh kalyanam <ka...@gmail.com>
wrote:

> Hi,
>
> Please find the error message below
>
>
>
>
>
>
> Collecting airflow
>   Using cached
>
> https://files.pythonhosted.org/packages/e7/ac/5f1ec362fc0695167d29b3c7b6f28d79898f1221e5a32ab1c6e651a55564/airflow-1.8.0.tar.gz
>     Complete output from command python setup.py egg_info:
>     Traceback (most recent call last):
>       File "<string>", line 1, in <module>
>       File
>
> "/private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/setup.py",
> line 102
>         async = [
>               ^
>     SyntaxError: invalid syntax
>
>     ----------------------------------------
>
> Command "python setup.py egg_info" failed with error code 1 in
>
> /private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/
> You are using pip version 10.0.1, however version 18.1 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
>
> Thanks
> Rakesh
>


-- 
_________

С уважением, Юлия Волкова
Тел. : +7 (911) 116-71-82

Re: Apache Airflow Setup Issue

Posted by as...@apache.org.
The error is related to python 3.7. `pip install apache-airflow==1.10.1rc2` should fix this. (The release candidate fixes this, so make sure you ask for that explicit version until the release is made)

Note the new name - apache-airflow is the new package name.

On 17 November 2018 13:03:10 GMT, rakesh kalyanam <ka...@gmail.com> wrote:
>Hi,
>
>Please find the error message below
>
>
>
>
>
>
>Collecting airflow
>  Using cached
>https://files.pythonhosted.org/packages/e7/ac/5f1ec362fc0695167d29b3c7b6f28d79898f1221e5a32ab1c6e651a55564/airflow-1.8.0.tar.gz
>    Complete output from command python setup.py egg_info:
>    Traceback (most recent call last):
>      File "<string>", line 1, in <module>
>      File
>"/private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/setup.py",
>line 102
>        async = [
>              ^
>    SyntaxError: invalid syntax
>
>    ----------------------------------------
>
>Command "python setup.py egg_info" failed with error code 1 in
>/private/var/folders/z1/r9j5zlkn3pl3m9s1dpc4rly1w7164q/T/pycharm-packaging/airflow/
>You are using pip version 10.0.1, however version 18.1 is available.
>You should consider upgrading via the 'pip install --upgrade pip'
>command.
>
>Thanks
>Rakesh