Fokko commented on issue #5091: [AIRFLOW-4198] Remove all try/import 
compatibility imports
URL: https://github.com/apache/airflow/pull/5091#issuecomment-483041422
 
 
   ```
   + airflow initdb
   Traceback (most recent call last):
     File "/usr/local/bin/airflow", line 21, in <module>
       from airflow import configuration
     File "/usr/local/lib/python2.7/dist-packages/airflow/__init__.py", line 
37, in <module>
       from airflow.models import DAG
     File "/usr/local/lib/python2.7/dist-packages/airflow/models/__init__.py", 
line 21, in <module>
       from airflow.models.baseoperator import BaseOperator  # noqa: F401
     File 
"/usr/local/lib/python2.7/dist-packages/airflow/models/baseoperator.py", line 
43, in <module>
       from airflow.utils.decorators import apply_defaults
     File "/usr/local/lib/python2.7/dist-packages/airflow/utils/decorators.py", 
line 30, in <module>
       signature = inspect.signature
   AttributeError: 'module' object has no attribute 'signature'
   ```
   Waiting on https://github.com/apache/airflow/pull/5090

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to