[
https://issues.apache.org/jira/browse/AIRFLOW-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833591#comment-15833591
]
ASF subversion and git services commented on AIRFLOW-624:
---------------------------------------------------------
Commit bccb9e2cb9ac37036c86b0d0be4990b0942c1010 in incubator-airflow's branch
refs/heads/v1-8-test from [~gsakkis]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=bccb9e2 ]
[AIRFLOW-624] Fix setup.py to not import airflow.version as version
> Setup.py error : attribute error: 'module' object has no attribute
> 'changelogawaredistribution'
> -----------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-624
> URL: https://issues.apache.org/jira/browse/AIRFLOW-624
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Siddharth Anand
> Assignee: Siddharth Anand
>
> I ran setup.py within a fresh virtualenv.
> Setup.py is failing with the following error :
> attribute error: 'module' object has no attribute 'changelogawaredistribution'
> This error occurs when installing python-daemon. It turns out this is related
> to a new version of python daemon (2.1.2).
> Pinning the version of python-daemon to 2.1.2 resolves the issue.
> - 'python-daemon>=2.1.1, <2.2',
> + 'python-daemon>=2.1.1, <2.1.2',
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)