[jira] [Commented] (AIRFLOW-257) airflow command fails with "ImportError: No module named zope.deprecation"

2016-06-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on AIRFLOW-257:
-

Commit 45b735baeac794b54dd89ced2f43eec54adf13f7 in incubator-airflow's branch 
refs/heads/master from jlowin
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=45b735b ]

[AIRFLOW-31] Add zope dependency

Closes #1608 from jlowin/standard-imports-2.
Also closes AIRFLOW-257.


> airflow command fails with "ImportError: No module named zope.deprecation"
> --
>
> Key: AIRFLOW-257
> URL: https://issues.apache.org/jira/browse/AIRFLOW-257
> Project: Apache Airflow
>  Issue Type: Bug
>Reporter: Kengo Seki
>Priority: Critical
>
> After AIRFLOW-31 has been merged, airflow command fails as follows:
> {code}
> $ airflow webserver
> [2016-06-18 00:56:50,367] {__init__.py:36} INFO - Using executor 
> SequentialExecutor
> [2016-06-18 00:56:50,492] {driver.py:120} INFO - Generating grammar tables 
> from /usr/lib/python2.7/lib2to3/Grammar.txt
> [2016-06-18 00:56:50,529] {driver.py:120} INFO - Generating grammar tables 
> from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
> Traceback (most recent call last):
>   File "/home/sekikn/.virtualenvs/e/bin/airflow", line 6, in 
> exec(compile(open(__file__).read(), __file__, 'exec'))
>   File "/home/sekikn/dev/incubator-airflow/airflow/bin/airflow", line 4, in 
> 
> from airflow import configuration
>   File "/home/sekikn/dev/incubator-airflow/airflow/__init__.py", line 76, in 
> 
> from airflow import operators
>   File "/home/sekikn/dev/incubator-airflow/airflow/operators/__init__.py", 
> line 24, in 
> from .check_operator import (
>   File 
> "/home/sekikn/dev/incubator-airflow/airflow/operators/check_operator.py", 
> line 20, in 
> from airflow.hooks import BaseHook
>   File "/home/sekikn/dev/incubator-airflow/airflow/hooks/__init__.py", line 
> 66, in 
> from zope.deprecation import deprecated as _deprecated
> ImportError: No module named zope.deprecation
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AIRFLOW-257) airflow command fails with "ImportError: No module named zope.deprecation"

2016-06-20 Thread Ajay Yadava (JIRA)

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

Ajay Yadava commented on AIRFLOW-257:
-

[Pull request 1608 | https://github.com/apache/incubator-airflow/pull/1608] 
should address this. 

P.S. Since I can not edit the JIRA fields to link the pull request, mentioning 
it here and on the PR.

> airflow command fails with "ImportError: No module named zope.deprecation"
> --
>
> Key: AIRFLOW-257
> URL: https://issues.apache.org/jira/browse/AIRFLOW-257
> Project: Apache Airflow
>  Issue Type: Bug
>Reporter: Kengo Seki
>Priority: Critical
>
> After AIRFLOW-31 has been merged, airflow command fails as follows:
> {code}
> $ airflow webserver
> [2016-06-18 00:56:50,367] {__init__.py:36} INFO - Using executor 
> SequentialExecutor
> [2016-06-18 00:56:50,492] {driver.py:120} INFO - Generating grammar tables 
> from /usr/lib/python2.7/lib2to3/Grammar.txt
> [2016-06-18 00:56:50,529] {driver.py:120} INFO - Generating grammar tables 
> from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
> Traceback (most recent call last):
>   File "/home/sekikn/.virtualenvs/e/bin/airflow", line 6, in 
> exec(compile(open(__file__).read(), __file__, 'exec'))
>   File "/home/sekikn/dev/incubator-airflow/airflow/bin/airflow", line 4, in 
> 
> from airflow import configuration
>   File "/home/sekikn/dev/incubator-airflow/airflow/__init__.py", line 76, in 
> 
> from airflow import operators
>   File "/home/sekikn/dev/incubator-airflow/airflow/operators/__init__.py", 
> line 24, in 
> from .check_operator import (
>   File 
> "/home/sekikn/dev/incubator-airflow/airflow/operators/check_operator.py", 
> line 20, in 
> from airflow.hooks import BaseHook
>   File "/home/sekikn/dev/incubator-airflow/airflow/hooks/__init__.py", line 
> 66, in 
> from zope.deprecation import deprecated as _deprecated
> ImportError: No module named zope.deprecation
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)