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

Does not build python module for python 3.12 #2819

Open
pbsds opened this issue Apr 17, 2024 · 0 comments
Open

Does not build python module for python 3.12 #2819

pbsds opened this issue Apr 17, 2024 · 0 comments

Comments

@pbsds
Copy link

pbsds commented Apr 17, 2024

PEP-632 is upon us, and distutils is no longer a part of the default python distribution as of version 3.12, which causes the configure script to fail to locate Python.h.

Our current workaround consists of replacing distutils with setuptools._distutils in:

  • configure.ac
  • doc/docs/setup.py
  • python/visualization.py
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

1 participant