-
Notifications
You must be signed in to change notification settings - Fork 584
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
Python.h missing on 3.9 and 3.10 #1006
Comments
Hi @mkcms 👋, |
Hi @mkcms, It's possible that the issue might be caused by cached dependencies or artifacts. Could you try clearing the cache and see if that resolves the problem? Additionally, to ensure you are using the latest updates, could you please check with the Please let me know if this helps or if you have any other details that might be relevant. |
@mkcms 👋, |
@mkcms, just following up to see if there are any updates. Thanks! |
Hi @priyagupta108, The issue no longer reproduces, this can be closed. Thanks. |
Hi @mkcms, Thank you for your update. I am closing this issue as it is no longer reproducible. If you encounter any other issues or need further assistance, please feel free to reach out. Thanks. |
Description:
A few days ago my builds with Python 3.9 and 3.10 broke due to a missing
Python.h
include in one of the dependent packages that I build during the process. The same setup builds fine for 3.11, 3.12 and 3.13, and it used to work before that for 3.9 and 3.10 as well.As far as I know, no changes were made to the dependent package.
Example failing job: https://github.com/mkcms/bdx/actions/runs/12715895623/job/35449032864
A successful build from a week ago: https://github.com/mkcms/bdx/actions/runs/12610330973/job/35144803933
Action version:
Latest master
Platform:
Runner type:
Tools version:
Repro steps:
Try to compile a C Python extension that uses
Python.h
header.Expected behavior:
No error.
Actual behavior:
The
Python.h
header can't be found.The text was updated successfully, but these errors were encountered: