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 for Python 3.12 #162

Closed
Amar1729 opened this issue Oct 3, 2023 · 0 comments
Closed

Broken for Python 3.12 #162

Amar1729 opened this issue Oct 3, 2023 · 0 comments

Comments

@Amar1729
Copy link

Amar1729 commented Oct 3, 2023

It looks like __init__.py uses distutils, which has been removed as part of python 3.12 (see PEP 632).

Pursuing this a bit farther, there's more in-depth discussion on setuptools on how exactly to migrate from distutils to setuptools. Not sure of the best way to fix this yet (haven't tried switching out the current init code for imports from setuptools), but I can keep investigating.

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

2 participants