shunping commented on issue #35867:
URL: https://github.com/apache/beam/issues/35867#issuecomment-3316443433

   Hey @pritamdodeja, apologies for the delayed response.
   
   I was unable to reproduce the "Deadline Exceeded" error on my machine 
(macOS, Python 3.10.14, Beam 2.67.0) using your code.
   
   Here are the steps I use:
   - Copy your two files into a folder without any modification.
   - Create a python venv using 3.10.14, `python3.10 -m venv venv` and activate 
it `. ./venv/bin/activate`
   - Install Beam 2.67.0 `pip install apache_beam==2.67.0`.
   - Then run your code `python debug_prism.py`.
   
   To help us get to the bottom of this, could you please share a couple more 
details?
   
   - What is the operating system you are running this on?
   - Could you please add `logging.basicConfig(level=logging.DEBUG)` at the 
start of your script and share the complete logs?


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