-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot find some headers #96
Comments
Looks like it is defined here https://github.com/python/cpython/blob/832c37d42a395d4ea45994daffa5e41bd74ac1bb/Include/pylifecycle.h#L30 But that header is included in the package. Any idea why it can't find it? |
Ok this seems to fixed by adding a But now it can't find some headers again even though they are installed:
1st issue is 2nd issue is |
I'm trying to update the flatpak package of this, but the build fails with
Cannot find python library method Py_Exit
. Any idea which library/dependency provides this function?I modified this to python3.10:
https://github.com/esys-escript/esys-escript.github.io/blob/d036cf126c65d9ee799b54e476296ed7b06bf953/scons/flatpak_options.py#L37
The text was updated successfully, but these errors were encountered: