tvalentyn commented on PR #39653: URL: https://github.com/apache/beam/pull/39653#issuecomment-5481446979
> [beam_PostCommit_Python_Arm 3.10](https://github.com/apache/beam/actions/runs/32972468095/job/98428417251?pr=39653#logs) - RuntimeError: Pipeline construction environment and pipeline runtime environment are not compatible. If you use a custom container image, check that the Python interpreter minor version and the Apache Beam version in your image match the versions used at pipeline construction time. Submission environment: beam:version:sdk_base:apache/beam_python3.10_sdk:2.76.0.dev. Runtime environment: beam:version:sdk_base:apache/beam_python3.10_sdk:2.77.0.dev. This is test misconfiguration, looking at https://console.cloud.google.com/dataflow/jobs/us-central1/2026-08-26_23_29_29-16159510404364496961?project=apache-beam-testing , we can see that it is using ```--sdk_container_image=gcr.io/apache-beam-testing/beam-sdk/beam_python3.10_sdk:latest ```-- we should be using the default image configured by the release candidate. furthermore, we are using `--sdk_location=/runner/_work/beam/beam/sdks/python/build/apache_beam-2.76.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`. I would think we should be using an ARM wheel here instead. @Amar3tto is there a follow up bug? If not, let's file one. Thanks! -- 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]
