Re: Apache Bean on GCP / Forcing to use py 3.11

2024-06-16 Thread Sofia’s World
Valentin, many thanks... i actually spotted the reference in teh setup file However , after correcting it, i am still at square 1 where somehow my runtime environment does not see it.. so i added some debugging to my Dockerfile to check if i forgot to copy something, and here's the output, where i

Re: Apache Bean on GCP / Forcing to use py 3.11

2024-06-16 Thread XQ Hu via user
What is the error message now? You can easily ssh to your docker container and check everything is installed correctly by: docker run --rm -it --entrypoint=/bin/bash $CUSTOM_CONTAINER_IMAGE On Sun, Jun 16, 2024 at 5:18 AM Sofia’s World wrote: > Valentin, many thanks... i actually spotted the re

Re: Apache Bean on GCP / Forcing to use py 3.11

2024-06-16 Thread Sofia’s World
Error is same...- see bottom - i have tried to ssh in the container and the directory is setup as expected.. so not quite sure where the issue is i will try to start from the pipeline with dependencies sample and work out from there w.o bothering the list thanks again for following up Marco

Re: Apache Bean on GCP / Forcing to use py 3.11

2024-06-16 Thread Utkarsh Parekh
You have “mypackage” incorrectly built. Please check and confirm that. Utkarsh On Sun, Jun 16, 2024 at 12:48 PM Sofia’s World wrote: > Error is same...- see bottom - > i have tried to ssh in the container and the directory is setup as > expected.. so not quite sure where the issue is > i wi

Re: Apache Bean on GCP / Forcing to use py 3.11

2024-06-16 Thread Sofia’s World
Thanks. It appears that i did not read fully the documentation and i missed this in my dataflow flex-template run , '--parameters' , 'sdk_container_image=$_SDK_CONTAINER_IMAGE' All my other jobs use a dodgy docker file which does not require the parameter above... I should be fine for