You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/13 21:25:01 UTC

[GitHub] [airflow] jameslamb commented on pull request #18219: add more type hints in CeleryKubernetesExecutor

jameslamb commented on pull request #18219:
URL: https://github.com/apache/airflow/pull/18219#issuecomment-918589885


   I don't believe the failing CI build is related to this PR's changes.
   
   https://github.com/apache/airflow/pull/18219/checks?check_run_id=3592125119
   
   ```text
     ERROR: Cannot install apache-airflow[devel-ci]==2.2.0.dev0 because these package versions have conflicting dependencies.
     
     The conflict is caused by:
         apache-airflow[devel-ci] 2.2.0.dev0 depends on importlib_resources~=5.0
         The user requested (constraint) importlib-resources==1.5.0
     
     To fix this you could try to:
     1. loosen the range of package versions you've specified
     2. remove package versions to allow pip attempt to solve the dependency conflict
     
     ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
     The command '/bin/bash -o pipefail -e -u -x -c if [[ ${INSTALL_FROM_PYPI} == "true" ]]; then         bash /scripts/docker/install_airflow.sh;     fi' returned a non-zero code: 1
   ```
   
   Looks like that might be coming from the changes in #18209


-- 
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-unsubscribe@airflow.apache.org

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