You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/09 08:13:36 UTC

[GitHub] [airflow] NiklasBeierl edited a comment on issue #11301: Celery 5.0

NiklasBeierl edited a comment on issue #11301:
URL: https://github.com/apache/airflow/issues/11301#issuecomment-915862840


   Still experiencing this
   ```
   Traceback (most recent call last):
     File "/usr/local/bin/airflow", line 8, in <module>
       sys.exit(main())
     File "/usr/local/lib/python3.8/dist-packages/airflow/__main__.py", line 40, in main
       args.func(args)
     File "/usr/local/lib/python3.8/dist-packages/airflow/cli/cli_parser.py", line 47, in command
       func = import_string(import_path)
     File "/usr/local/lib/python3.8/dist-packages/airflow/utils/module_loading.py", line 32, in import_string
       module = import_module(module_path)
     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 "/usr/local/lib/python3.8/dist-packages/airflow/cli/commands/celery_command.py", line 29, in <module>
       from flower.command import FlowerCommand
   ImportError: cannot import name 'FlowerCommand' from 'flower.command' (/usr/local/lib/python3.8/dist-packages/flower/command.py)
   ```
   
    with:
   ```
   apache-airflow==2.1.3
   apache-airflow-providers-celery==2.1.0
   apache-airflow-providers-ftp==2.0.1
   apache-airflow-providers-http==2.0.1
   apache-airflow-providers-imap==2.0.1
   apache-airflow-providers-sqlite==2.0.1
   celery==5.1.2
   ```
   I am not sure if it should be resolved? Maybe #17397 is not part of any release yet?
   Should I reopen / open a new issue?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org