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

Support for Python 3.12: deprecated imp module #51

Open
jonkb opened this issue May 22, 2024 · 0 comments
Open

Support for Python 3.12: deprecated imp module #51

jonkb opened this issue May 22, 2024 · 0 comments

Comments

@jonkb
Copy link

jonkb commented May 22, 2024

Attempting to import SymmetricLatinHypercube on python 3.12 yields a ModuleNotFoundError for 'imp'
Python 3.12 dropped the imp library in favor of importlib.

@jonkb jonkb changed the title Support for Python 3.12 Support for Python 3.12: deprecated imp module May 22, 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