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

Installation doesn't work on Python 3.12 #19

Open
tyleransom opened this issue Jun 3, 2024 · 1 comment
Open

Installation doesn't work on Python 3.12 #19

tyleransom opened this issue Jun 3, 2024 · 1 comment

Comments

@tyleransom
Copy link

tyleransom commented Jun 3, 2024

During installation in Python 3.12, I get an error message: ModuleNotFoundError: No module named 'distutils'.

This StackOverflow post seems to indicate that this is because distutils got removed from the Python 3.12 standard library after it became deprecated beginning in Python 3.10.

There are several workarounds, but the easiest appears to be to downgrade to 3.11 or below.

@econabhishek
Copy link
Collaborator

Thanks for pointing this out! I have modified the toml on github (dev version)- will integrate this in the next release of the package.

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