-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[CI][Dev][Archery] ARM self-hosted runners fail to set up archery due to missing Python.h when installing ruamel.yaml #37999
Milestone
Comments
@assignUser @amaldonadomat can you investigate this issue with our self-hosted runners? I'll be traveling for the rest of the week and won't be able to follow up |
I think it's missing libpython3-dev? |
assignUser
pushed a commit
that referenced
this issue
Oct 4, 2023
…s to Python.h (#38009) ### Rationale for this change Currently CI on ARM is failing due to ruamel.yaml requiring Python.h ### What changes are included in this PR? Install python3-dev ### Are these changes tested? Yes, CI ### Are there any user-facing changes? No * Closes: #37999 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
JerAguilon
pushed a commit
to JerAguilon/arrow
that referenced
this issue
Oct 23, 2023
… access to Python.h (apache#38009) ### Rationale for this change Currently CI on ARM is failing due to ruamel.yaml requiring Python.h ### What changes are included in this PR? Install python3-dev ### Are these changes tested? Yes, CI ### Are there any user-facing changes? No * Closes: apache#37999 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
… access to Python.h (apache#38009) ### Rationale for this change Currently CI on ARM is failing due to ruamel.yaml requiring Python.h ### What changes are included in this PR? Install python3-dev ### Are these changes tested? Yes, CI ### Are there any user-facing changes? No * Closes: apache#37999 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
… access to Python.h (apache#38009) ### Rationale for this change Currently CI on ARM is failing due to ruamel.yaml requiring Python.h ### What changes are included in this PR? Install python3-dev ### Are these changes tested? Yes, CI ### Are there any user-facing changes? No * Closes: apache#37999 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
There seems to be something going on our self-hosted runners, possibly related to the new Python version?
When installing archery is failing to pip install
ruamel.yaml
due to missingPython.h
. The errors I am seeing are:This is happening on PRs and main:
https://github.com/apache/arrow/actions/runs/6397483310/job/17365504255?pr=37901
https://github.com/apache/arrow/actions/runs/6397483312/job/17365504903?pr=37901
https://github.com/apache/arrow/actions/runs/6397427693/job/17365323528
Component(s)
Archery, Continuous Integration, Developer Tools
The text was updated successfully, but these errors were encountered: