• yogurtwrong@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Still broken unfortunately, shell now prints this on startup

    Traceback (most recent call last):
      File "/usr/bin/thefuck", line 3, 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'