Skip to content
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

Broken intall for python 3.11 #73

Closed
alexaquila opened this issue Jun 17, 2023 · 2 comments
Closed

Broken intall for python 3.11 #73

alexaquila opened this issue Jun 17, 2023 · 2 comments

Comments

@alexaquila
Copy link

Current install via pip seems to be broken for python 3.11:

   triangle/core.c:196:12: schwerwiegender Fehler: longintrepr.h: Datei oder Verzeichnis nicht gefunden
        196 |   #include "longintrepr.h"
            |            ^~~~~~~~~~~~~~~

Seems to be a breaking change in cpython
cython/cython#4428
python/cpython#28968
Apparently, including Python.h should be enough, now:
https://github.com/python/cpython/blob/34e93d3998bab8acd651c50724eb1977f4860a08/Include/Python.h#L53

@SorooshMani-NOAA
Copy link

@drufat may I ask that you please release a new version for triangle? The fix for the Python 3.11 issue is already merged, but it the package is not released after the merge.

@drufat
Copy link
Owner

drufat commented Sep 24, 2023

New version released.

@drufat drufat closed this as completed Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants