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

Distutils deprecated for python 3.12 #101

Open
abigailalexander opened this issue Jan 8, 2024 · 0 comments
Open

Distutils deprecated for python 3.12 #101

abigailalexander opened this issue Jan 8, 2024 · 0 comments

Comments

@abigailalexander
Copy link
Collaborator

Package installation fails with python 3.12 with error ModuleNotFoundError: No module named 'numpy.distutils'. Python 3.12 has officially removed distutils and it has been deprecated in python 3.10. This has caused errors with using python 3.12:

ModuleNotFoundError: No module named 'numpy.distutils'

and with deprecation warnings in older python versions:

DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
@abigailalexander abigailalexander mentioned this issue Jan 8, 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

No branches or pull requests

1 participant