Setup Airflow using docker-compose with celery executor

Viewed 21

When I try to use docker-compose yml file given airflow official website, it throws that error

airflow-init_1       |   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
airflow-init_1       |   File "/home/airflow/.local/lib/python3.7/site-packages/airflow/providers/microsoft/azure/hooks/asb.py", line 19, in <module>
airflow-init_1       |     from azure.servicebus import ServiceBusClient, ServiceBusMessage, ServiceBusSender
airflow-init_1       | ModuleNotFoundError: No module named 'azure.servicebus'

I couldnt find any related issue. I'm using Mac M1.

I did not change anything, I'm just trying to run. Is there anyone who has any idea to resolve issue.

0 Answers
Related