vchiapaikeo commented on PR #30033: URL: https://github.com/apache/airflow/pull/30033#issuecomment-1465072033
Seeing this issue when trying to start breeze on latest w/ `breeze --python 3.9 --backend postgres start-airflow'`: ``` #0 6.661 ERROR: Cannot install apache-airflow[devel-ci]==2.6.0.dev0 because these package versions have conflicting dependencies. #0 6.662 #0 6.662 The conflict is caused by: #0 6.662 apache-airflow[devel-ci] 2.6.0.dev0 depends on astroid>=2.12.3 #0 6.662 The user requested (constraint) astroid==2.11.7 #0 6.662 #0 6.662 To fix this you could try to: #0 6.662 1. loosen the range of package versions you've specified #0 6.662 2. remove package versions to allow pip attempt to solve the dependency conflict #0 6.662 #0 6.662 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts ------ ERROR: failed to solve: executor failed running [/bin/bash -o pipefail -o errexit -o nounset -o nolog -c bash /scripts/docker/install_airflow.sh]: exit code: 1 Your image build failed. It could be caused by conflicting dependencies. Run `breeze ci-image build --upgrade-to-newer-dependencies` to upgrade them. Creating network "docker-compose_default" with the default driver Pulling airflow (ghcr.io/apache/airflow/main/ci/python3.9:latest)... latest: Pulling from apache/airflow/main/ci/python3.9 ``` Do constraints for the devel-ci extra need to be updated somehow? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
