tvalentyn commented on PR #25890:
URL: https://github.com/apache/beam/pull/25890#issuecomment-1481475851

   @kennknowles I believe the _latest_ container does fix the issue. I tried to 
modify your PR to use 20230322 containers, but looks like it was reverted back 
to 20230317. I just checked manually that 0322 containers work fine:
   ```
   docker run --rm -it --entrypoint=/bin/bash 
gcr.io/cloud-dataflow/v1beta3/python310:beam-master-20230322
   root@9a42dcf05d6f:/# wget 
https://storage.googleapis.com/beam-wheels-staging/master/92abdf636c52cce7c067593000bc846f507b0595-4496423299/apache_beam-2.47.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
   root@9a42dcf05d6f:/# pip install 
./apache_beam-2.47.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl[gcp]
   
   Installing collected packages: apache-beam
   Successfully installed apache-beam-2.47.0.dev0
   
   ```
   


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