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

Python 3.12: imp has been removed #33

Closed
return42 opened this issue Jun 29, 2023 · 1 comment
Closed

Python 3.12: imp has been removed #33

return42 opened this issue Jun 29, 2023 · 1 comment

Comments

@return42
Copy link
Owner

imp module is removed in Python 3.12

PKG = imp.load_source('__pkginfo__', ospj(SRC, '__pkginfo__.py'))

The suggested replacement is to use importlib

Related:

@return42
Copy link
Owner Author

closed by 17236b9

@sanjayankur31 @musicinmybrain FYI new release v20230629 is available at pypi

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