FS#78371 - thefuck - ModuleNotFoundError: No module named 'thefuck'

Attached to Project: Arch Linux
Opened by Elias (TheRealOne78) - Wednesday, 03 May 2023, 07:17 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 03 May 2023, 07:29 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I have updated all my packages and the commands `thefuck` and `fuck` won't work anymore, complaining that the module `thefuck` does not exist.

Additional info:
* package version(s): 3.32-5 on Comunity-Testing
* config and/or log files etc.

```
❯ fuck
Traceback (most recent call last):
File "/usr/bin/fuck", line 5, in <module>
from thefuck.entrypoints.not_configured import main
ModuleNotFoundError: No module named 'thefuck'
❯ thefuck
Traceback (most recent call last):
File "/usr/bin/thefuck", line 5, in <module>
from thefuck.entrypoints.main import main
ModuleNotFoundError: No module named 'thefuck'
```

Steps to reproduce:
1. Update or install the package `thefuck` with `pacman -Sy`;
2. Execute `fuck` or `thefuck` in the terminal;
3. See the traceback errors

Expected results: `fuck` and `thefuck` to correct the last command
Current result: `fuck` and `thefuck` fails to start
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 03 May 2023, 07:29 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial upgrade issue. Fully update your system.
Comment by Elias (TheRealOne78) - Wednesday, 03 May 2023, 07:25 GMT
I've just noticed that I attached this bug report to project `Arch Linux` instead of `Comunity-Packages`. Woops.

Loading...