[ https://issues.apache.org/jira/browse/AIRFLOW-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 <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)
|