GitHub user potiuk added a comment to the discussion: Dependencies conflict when trying to build airflow from source using constraint file
You are mixing first and second command. The first one when you install provider deps uses constraints, the second does not use provider extras (google) and uses "no-providers" constraints. You merged the two commands - trying to install "no-provider" constraints with "google" provider extra. That ain't going to work. GitHub link: https://github.com/apache/airflow/discussions/43921#discussioncomment-11224393 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
