Package "thefuck" missing a dependendency on the python3 module "imp"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
thefuck (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I installed the fuck on Ubuntu Noble 24.04 LTS and while trying to execute it I get the following error:
Traceback (most recent call last):
File "/usr/bin/thefuck", line 9, in <module>
from thefuck.
File "/usr/share/
from .. import logs # noqa: E402
^^^
File "/usr/share/
from .conf import settings
File "/usr/share/
from imp import load_source
ModuleNotFoundE
I'm not entirely sure which as to which Ubuntu package provies the "imp" module. But according to the python documentation (https:/
Ubuntu Release:
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Package version:
thefuck:
Installed: 3.29-0.3ubuntu1
Expected behaviour: Execution of "thefuck" without the above mentioned error.