AnandInguva commented on issue #29037:
URL: https://github.com/apache/beam/issues/29037#issuecomment-1766696239

   ```
   job_options = {
       'job_name': "<REDACTED>",
       'project': "<REDACTED>",
       'runner': "DataflowRunner",
       'temp_location': "<REDACTED>",
       'region': "us-central1",
       'subnetwork': "<REDACTED>",
       'extra_package': 'tensorflow==2.13',
   }
   
   ```
   Are you using a zip or tar ball for the extra_package? I see you have passed 
a string, which should raise a RuntimeError.


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