You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Abacn (via GitHub)" <gi...@apache.org> on 2023/05/26 14:06:39 UTC

[GitHub] [beam] Abacn commented on issue #26907: [Bug]: Wheels Python SDK location does not update to the new release

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: github-unsubscribe@beam.apache.org

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