-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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.4: No module named 'imp' #1491
Comments
Python has removed |
C:\Users\Sushant>fuck i also have same error |
me too:
|
fixed in this pull request: #1483 |
@manavortex Thanks for the fix, i had to apply it locally as well :D |
Many thanks @TDGalea, quickly replacing your listed files from #1491 (comment) solved my issue instantly. Hope the PR gets integrated quickly. |
C:\Users\31009>fuck
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\31009\AppData\Local\Programs\Python\Python312\Scripts\fuck.exe_main.py", line 4, in
File "C:\Users\31009\AppData\Local\Programs\Python\Python312\Lib\site-packages\thefuck\entrypoints\not_configured.py", line 13, in
from .. import logs, const # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\31009\AppData\Local\Programs\Python\Python312\Lib\site-packages\thefuck\logs.py", line 8, in
from .conf import settings
File "C:\Users\31009\AppData\Local\Programs\Python\Python312\Lib\site-packages\thefuck\conf.py", line 1, in
from imp import load_source
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered: