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

Refactor setup process to support Python >= 3.12 #538

Closed
mvdoc opened this issue May 21, 2024 · 2 comments · Fixed by #553
Closed

Refactor setup process to support Python >= 3.12 #538

mvdoc opened this issue May 21, 2024 · 2 comments · Fixed by #553

Comments

@mvdoc
Copy link
Contributor

mvdoc commented May 21, 2024

Our setup process will become obsolete in Python >= 3.12. numpy.distutils is deprecated, and setuptools is not installed in a python environment by default anymore.

This will require some work...

@sjshim
Copy link

sjshim commented Aug 29, 2024

I am running into this issue setting up right now! Would the recommended fix for now to downgrade python to something older than 3.12?

@mvdoc
Copy link
Contributor Author

mvdoc commented Aug 29, 2024

Yes

@mvdoc mvdoc linked a pull request Sep 1, 2024 that will close this issue
@mvdoc mvdoc closed this as completed in #553 Sep 1, 2024
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

Successfully merging a pull request may close this issue.

2 participants