Commit 6054268
[SPARK-55358][PYTHON][INFRA][FOLLOW-UP] Do not apt-get install
### What changes were proposed in this pull request?
Do not apt-get install `python3-xxx`
### Why are the changes needed?
In ubuntu 24, apt-get install python3-xxx will also install python3.12. It is error-prone and doesn't work with other python versions from `deadsnakes`, we should always install python packages via pip.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes apache#54197 from zhengruifeng/ubuntu_24_py_12_fu.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>python3-xxx
1 parent d2a4bf6 commit 6054268
1 file changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments