apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.81k stars 4.23k forks source link

The PostCommit XVR Samza job is flaky #30601

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 6 months ago

The PostCommit XVR Samza is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Samza.yml?query=is%3Afailure+branch%3Amaster to see the logs.

github-actions[bot] commented 4 months ago

Reopening since the workflow is still flaky

github-actions[bot] commented 4 months ago

Reopening since the workflow is still flaky

Abacn commented 4 months ago

looks like thus time the breakage is due to python3.12 support:

File "/tmp/bootstrap_beam_venv7899546459285591331.py", line 33, in from pkg_resources import parse_version ModuleNotFoundError: No module named 'pkg_resources'

Abacn commented 4 months ago

The error is found elsewhere: https://github.com/ManimCommunity/manim/issues/3585 and is said to due to https://peps.python.org/pep-0668/ .