-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
March 3, 2025
installing thefuck via pip install thefuck in Python 3.12.3 still resulted in the error "no module named 'imp'."
Using pip uninstall thefuck and pip install --upgrade thefuck does not resolve the issue.
wavesman@wavesman-Surface-Pro:~$ fuck
Traceback (most recent call last):
File "/home/wavesman/.local/bin/fuck", line 5, in <module>
from thefuck.entrypoints.not_configured import main
File "/home/wavesman/.local/lib/python3.12/site-packages/thefuck/entrypoints/not_configured.py", line 13, in <module>
from .. import logs, const # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/wavesman/.local/lib/python3.12/site-packages/thefuck/logs.py", line 8, in <module>
from .conf import settings
File "/home/wavesman/.local/lib/python3.12/site-packages/thefuck/conf.py", line 1, in <module>
from imp import load_source
ModuleNotFoundError: No module named 'imp'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels