You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 17:58:03 UTC

[jira] [Commented] (AIRFLOW-2734) Resolve setuptools normalized_version warning

    [ https://issues.apache.org/jira/browse/AIRFLOW-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601307#comment-16601307 ] 

Apache Spark commented on AIRFLOW-2734:
---------------------------------------

User 'tedmiston' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3588

> Resolve setuptools normalized_version warning
> ---------------------------------------------
>
>                 Key: AIRFLOW-2734
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2734
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Taylor Edmiston
>            Assignee: Taylor Edmiston
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> When running Airflow's setup.py, setuptools throws a warning about the version string not having a . between the version number and the dev suffix.
>  
> {code}
> $ python setup.py
>  /Users/taylor/.local/share/virtualenvs/airflow-no-hooks/lib/python3.6/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2.0.0dev0+incubating' to '2.0.0.dev0+incubating'
>  normalized_version,
>  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>  or: setup.py --help [cmd1 cmd2 ...]
>  or: setup.py --help-commands
>  or: setup.py cmd --help
> {code}
>  
> The PR for this issue resolves this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)