-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[WIP][SPARK-54250][PYTHON][INFRA] fix pypy packages in docker files
#53075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @bjornjorgensen . Did you verify to build this updated Dockerfile locally?
|
@dongjoon-hyun no i did not test it locally. |
|
docker build -t spark-pypy-local-test -f dev/spark-test-image/pypy-310/Dockerfile . |
|
I added rust to build crypto and cmake to build pyarrow. |
pypy packages in docker filespypy packages in docker files
|
Now both docker images does build locally but without pyarrow. Pyarrow have some problems with pypy like apache/arrow#19046 |
What changes were proposed in this pull request?
Have the same dependencies for pypy as for python in docker images files.
Why are the changes needed?
In the CI/CD test run we get
ModuleNotFoundError: No module named 'grpc'https://github.com/apache/spark/actions/runs/19336048033/job/55311424663#step:12:3415
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass Github CI/CD
Was this patch authored or co-authored using generative AI tooling?
No.