GitHub user enchant3dmango added a comment to the discussion: docker compose up take a long time
I faced the same issue last month. It turns out that bcoz I have dependency errors, one of my dependencies `pandas==2.0.3` is not supported on Python3.12 yet. I downgraded my Python version and everything is working. GitHub link: https://github.com/apache/airflow/discussions/45067#discussioncomment-11694143 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
