Abacn commented on issue #26907: URL: https://github.com/apache/beam/issues/26907#issuecomment-1564448377
This is because the test did not specify `--sdk_container_image` pipeline option for Python container image, and falls back to use beam-master container defined in https://github.com/apache/beam/blob/170b597b5eaa56ffd5ac3c97514e4e8be277cb46/sdks/python/apache_beam/runners/dataflow/internal/names.py#L42 which has 2.48.0-dev0 version. Then the container somehow forbids installing a different version of beam via wheel, but does not check tarball on container startup. Include `--sdk_container_image` in test should resolve the issue https://github.com/apache/beam/blob/170b597b5eaa56ffd5ac3c97514e4e8be277cb46/sdks/python/apache_beam/runners/dataflow/internal/names.py#L42 -- 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]
