You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Siddharth Anand (JIRA)" <ji...@apache.org> on 2016/11/13 21:34:58 UTC

[jira] [Assigned] (AIRFLOW-624) Setup.py error : attribute error: 'module' object has no attribute 'changelogawaredistribution'

     [ https://issues.apache.org/jira/browse/AIRFLOW-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Anand reassigned AIRFLOW-624:
---------------------------------------

    Assignee: Siddharth Anand

> 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)