oliviervg1 commented on issue #27838: URL: https://github.com/apache/airflow/issues/27838#issuecomment-1323869325
@Taragolis that would be the ideal fix... as I can see that the issue is fixed on that release. Cloud Composer 2.0.32 doesn't seem to like that though. `apache-airflow-providers-google==8.5.0` pulls in a new version of `google-cloud-compute`, which itself wants to pull in new version of other dependencies that aren't compatible with the other GCP SDK packages... Error message below: ``` + python3 -m pip check google-cloud-compute 1.6.1 has requirement google-api-core[grpc]<3.0.0dev,>=2.10.2, but you have google-api-core 2.8.1. google-cloud-compute 1.6.1 has requirement proto-plus<2.0.0dev,>=1.22.0, but you have proto-plus 1.19.6. google-cloud-compute 1.6.1 has requirement protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5, but you have protobuf 3.20.0. The command '/bin/sh -c bash installer.sh $COMPOSER_PYTHON_VERSION fail' returned a non-zero code: 1 ``` -- 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]
