-
Notifications
You must be signed in to change notification settings - Fork 21
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
DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses #111
Comments
|
Thanks for reporting this. I'm looking into converting these. |
Suggestions can refer to the following suggestions. pyutilib/pyutilib/misc/import_file.py Line 11 in d99406f
|
This issue seems to be still open. pyutilib does not work with Python 3.12 as the imp module has been deprecated. |
It looks like imp module is still used in
.../pyutilib/misc/import_file.py
on line 11I noticed this while using pytest, with importing io, sys, & pyomo
Let me know if more details are required - I would put more, but this seems descriptive enough for this small warning.
The text was updated successfully, but these errors were encountered: