[
https://issues.apache.org/jira/browse/AIRFLOW-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 <module>
> exec(compile(open(__file__).read(), __file__, 'exec'))
> File "/home/sekikn/dev/incubator-airflow/airflow/bin/airflow", line 4, in
> <module>
> from airflow import configuration
> File "/home/sekikn/dev/incubator-airflow/airflow/__init__.py", line 76, in
> <module>
> from airflow import operators
> File "/home/sekikn/dev/incubator-airflow/airflow/operators/__init__.py",
> line 24, in <module>
> from .check_operator import (
> File
> "/home/sekikn/dev/incubator-airflow/airflow/operators/check_operator.py",
> line 20, in <module>
> from airflow.hooks import BaseHook
> File "/home/sekikn/dev/incubator-airflow/airflow/hooks/__init__.py", line
> 66, in <module>
> 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)