shunping commented on PR #37134:
URL: https://github.com/apache/beam/pull/37134#issuecomment-3667992044
I took one example from the error and tried on playground, but could not see
the error in the UI. Maybe the website and the test here are going through
different code paths?
```
[2025-12-18 00:49:52,176] ERROR [root._verify_examples:220] Example:
/runner/_work/beam/beam/./sdks/python/apache_beam/examples/snippets/transforms/aggregation/groupby_two_exprs.py
has execution error: error: exit status 1
output:
/usr/local/lib/python3.10/site-packages/google/api_core/_python_version_support.py:266:
FutureWarning: You are using a Python version (3.10.19) which Google will stop
supporting in new releases of google.api_core once it reaches its end of life
(2026-10-04). Please upgrade to the latest Python version, or at least Python
3.11, to continue receiving updates for google.api_core past that date.
warnings.warn(message, FutureWarning)
Traceback (most recent call last):
File
"/opt/playground/backend/executable_files/e8c3718c-16af-446a-96c7-56d5c77975be/e8c3718c-16af-446a-96c7-56d5c77975be.py",
line 58, in <module>
groupby_two_exprs()
File
"/opt/playground/backend/executable_files/e8c3718c-16af-446a-96c7-56d5c77975be/e8c3718c-16af-446a-96c7-56d5c77975be.py",
line 49, in groupby_two_exprs
from apache_beam.runners.interactive.display import pipeline_graph
File
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/display/pipeline_graph.py",
line 37, in <module>
from apache_beam.runners.interactive import interactive_environment as ie
File
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/interactive_environment.py",
line 41, in <module>
from apache_beam.runners.interactive.recording_manager import
RecordingManager
File
"/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/recording_manager.py",
line 44, in <module>
from apache_beam.runners.interactive.display.pipeline_graph import
PipelineGraph
ImportError: cannot import name 'PipelineGraph' from partially initialized
module 'apache_beam.runners.interactive.display.pipeline_graph' (most likely
due to a circular import)
(/usr/local/lib/python3.10/site-packages/apache_beam/runners/interactive/display/pipeline_graph.py)
```
https://play.beam.apache.org/?path=SDK_PYTHON_GroupByTwoExprs&sdk=python
--
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]