apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.1k stars 14.3k forks source link

Dependencies conflict when trying to build airflow from source using constraint file #43919

Closed SuccessMoses closed 1 day ago

SuccessMoses commented 1 day ago

What do you see as an issue?

I tried to install airflow and provider packages from source following this documentation

pip install -e ".[devel,google]" \
--constraint "https://raw.githubusercontent.com/apache/airflowconstraint-main/cinstraint-no-providers-3.9.txt"

this happened:

issue

Solving the problem

No response

Anything else

No response

Are you willing to submit PR?

Code of Conduct

boring-cyborg[bot] commented 1 day ago

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.