tvalentyn commented on issue #37137:
URL: https://github.com/apache/beam/issues/37137#issuecomment-3894044922

   is see that Python playgroud examples don't work if i make any changes to 
them, however trivial. I am getting these errors:
   
   
   ```
   Traceback (most recent call last):
     File 
"/opt/playground/backend/executable_files/aaa1da65-53db-4af6-b69b-222efe999bc2/aaa1da65-53db-4af6-b69b-222efe999bc2.py",
 line 152, in <module>
       main()
     File 
"/opt/playground/backend/executable_files/aaa1da65-53db-4af6-b69b-222efe999bc2/aaa1da65-53db-4af6-b69b-222efe999bc2.py",
 line 128, in main
       dot = pipeline_graph.PipelineGraph(p).get_dot()
     File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/display/pipeline_graph.py",
 line 113, in __init__
       self._construct_graph(
     File 
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/display/pipeline_graph.py",
 line 240, in _construct_graph
       self._graph = pydot.Dot()
   NameError: name 'pydot' is not defined
   ```
   


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