-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
Acording to https://docs.python.org/3/library/distutils.html distutils has been deprecated and therefore thefuck no longer works.
Traceback (most recent call last):
File "/usr/bin/thefuck", line 5, in <module>
from thefuck.entrypoints.main import main
File "/usr/lib/python3.14/site-packages/thefuck/entrypoints/main.py", line 2, in <module>
from ..system import init_output
File "/usr/lib/python3.14/site-packages/thefuck/system/__init__.py", line 7, in <module>
from .unix import * # noqa: F401,F403
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/thefuck/system/unix.py", line 6, in <module>
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels