uranusjr opened a new issue #17301:
URL: https://github.com/apache/airflow/issues/17301


   ```console
   $ ./breeze build-image
   ...
   #16 30.11 ERROR: Cannot install apache-airflow[devel-ci]==2.2.0.dev0 because 
these package versions have conflicting dependencies.
   #16 30.11
   #16 30.11 The conflict is caused by:
   #16 30.11     apache-airflow[devel-ci] 2.2.0.dev0 depends on 
flask-appbuilder<4.0.0 and >=3.3.2
   #16 30.11     The user requested (constraint) flask-appbuilder==3.3.1
   #16 30.11
   #16 30.11 To fix this you could try to:
   #16 30.11 1. loosen the range of package versions you've specified
   #16 30.11 2. remove package versions to allow pip attempt to solve the 
dependency conflict
   #16 30.11
   #16 30.11 ERROR: ResolutionImpossible: for help visit 
https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
   ```
   
   I *think* this is because the constraint file was generated with an older 
Airflow commit before we upgraded Flask-Appbuilder, so now things are in a 
deadlock because CI can’t pass to build the constraints, and the currently 
available constraints can’t be used to run the test suite?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to