damccorm commented on code in PR #37297:
URL: https://github.com/apache/beam/pull/37297#discussion_r2727902700
##########
CONTRIBUTING.md:
##########
@@ -47,8 +47,9 @@ These steps and instructions on getting started are outlined
below as well.
- For manual testing, install any supported Python version (found
[here](gradle.properties)) suffices.
- For running test suites, however, you will need Python interpreters for
all Python versions supported by Beam.
Interpreters should be installed and available in shell via `python3.x`
commands.
- For more information, see:
- Python installation tips in [Developer
Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters).
+ See Python installation tips in [Developer
Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters).
+ - Ubuntu 24.04 includes Python 3.12 by default but lacks `python3.10`,
`python3.11`, and `python3.13` commands. Builds can fail with errors like
`python3.10: command not found` or `Cannot run program "python3.10": No such
file or directory`.
Review Comment:
Is there a reason to specifically call out Ubuntu 24.04? I think the
existing text is pretty clear here
--
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]