shubhamraj-git commented on PR #46088:
URL: https://github.com/apache/airflow/pull/46088#issuecomment-2615479822

   Yes, I tried thrice.
   
   The checks keeps on failing with Tests / Build PROD images / Build PROD 
Regular image 3.9 (pull_request)  failure.
   
   ```
     4.092 The conflict is caused by:
     4.092     The user requested apache-airflow-providers-http 5.0.0.dev0 
(from 
/docker-context-files/apache_airflow_providers_http-5.0.0.dev0-py3-none-any.whl)
     4.092     The user requested (constraint) 
apache-airflow-providers-http==5.0.0
     4.092 
     4.092 To fix this you could try to:
     4.092 1. loosen the range of package versions you've specified
     4.092 2. remove package versions to allow pip to attempt to solve the 
dependency conflict
     4.092 
     4.093 ERROR: ResolutionImpossible: for help visit 
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
     ------
     ERROR: failed to solve: process "/bin/bash -o pipefail -o errexit -o 
nounset -o nolog -c if [[ ${INSTALL_PACKAGES_FROM_CONTEXT} == \"true\" ]]; then 
        bash /scripts/docker/install_from_docker_context_files.sh;     fi;     
if ! airflow version 2>/dev/null >/dev/null; then         bash 
/scripts/docker/install_airflow.sh;     fi;     if [[ -n 
\"${ADDITIONAL_PYTHON_DEPS}\" ]]; then         bash 
/scripts/docker/install_additional_dependencies.sh;     fi;     find 
\"${AIRFLOW_USER_HOME_DIR}/.local/\" -name '*.pyc' -print0 | xargs -0 rm -f || 
true ;     find \"${AIRFLOW_USER_HOME_DIR}/.local/\" -type d -name 
'__pycache__' -print0 | xargs -0 rm -rf || true ;     find 
\"${AIRFLOW_USER_HOME_DIR}/.local\" -executable ! -type l -print0 | xargs 
--null chmod g+x;     find \"${AIRFLOW_USER_HOME_DIR}/.local\" ! -type l 
-print0 | xargs --null chmod g+rw" did not complete successfully: exit code: 1
   Error when building image! Image build: 3.9linux/amd64
   ```


-- 
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]

Reply via email to