harishkrao commented on issue #20032:
URL: https://github.com/apache/airflow/issues/20032#issuecomment-992100936


   @mik-laj any suggestions to overcome celery dependency issues?
   Searched the forum and online and found no open bugs related to it.
   `Traceback (most recent call last):
     File "/usr/local/bin/airflow", line 33, in <module>
       sys.exit(load_entry_point('apache-airflow', 'console_scripts', 
'airflow')())
     File "/usr/local/bin/airflow", line 25, in importlib_load_entry_point
       return next(matches).load()
     File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
       module = import_module(match.group('module'))
     File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
     File "<frozen importlib._bootstrap>", line 991, in _find_and_load
     File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 848, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in 
_call_with_frames_removed
     File "/home/pri/airflow/airflow/__main__.py", line 28, in <module>
       from airflow.cli import cli_parser
     File "/home/pri/airflow/airflow/cli/cli_parser.py", line 33, in <module>
       from airflow.executors import celery_executor, celery_kubernetes_executor
     File "/home/pri/airflow/airflow/executors/celery_executor.py", line 37, in 
<module>
       from celery import Celery, Task, states as celery_states
   ModuleNotFoundError: No module named 'celery'`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to