-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
module "imp" was deprecated in python 3.12 #107
Labels
Comments
@david-geiger feel free to submit a PR; otherwise I'll file it when I get a chance. I'd rather see you get the credit though. |
Ok, I'll do it :) |
david-geiger
added a commit
to david-geiger/Assets-Production
that referenced
this issue
Apr 21, 2024
- the 'imp' module is deprecated from years and now Python 3.12 finally drops completely support of 'imp' module. - fix for vegastrike#107
This was referenced Apr 21, 2024
david-geiger
added a commit
to david-geiger/Assets-Production
that referenced
this issue
Apr 21, 2024
- the 'imp' module is deprecated from years and now Python 3.12 finally drops completely support of 'imp' module. - fix for vegastrike#107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The module "imp" should be replaced by 'importlib" as it was deprecated in python3.12.
This proposed patch fixes this:
0001-Migrate-from-imp-to-importlib.patch.txt
The text was updated successfully, but these errors were encountered: