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

Build failure on python 3.12: ModuleNotFoundError: No module named 'imp' #217

Closed
sanjayankur31 opened this issue Jul 28, 2023 · 1 comment

Comments

@sanjayankur31
Copy link
Contributor

Python 3.12 removed the long deprecated imp module

https://docs.python.org/3.12/whatsnew/3.12.html
python/cpython#98040

See also #211

@rgerkin
Copy link
Contributor

rgerkin commented Aug 1, 2023

Fixed by c00b217.

@rgerkin rgerkin closed this as completed Aug 1, 2023
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