You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2016/06/18 01:02:05 UTC

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

Kengo Seki created AIRFLOW-257:
----------------------------------

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