Hello,
I encountered an issue with the Autojump functionality while using the Fish shell on CachyOS after latest update 2024-12-22.
The following error message is displayed:
Traceback (most recent call last):
File "/usr/bin/autojump", line 39, in <module>
from autojump_argparse import ArgumentParser
ModuleNotFoundError: No module named 'autojump_argparse'
[: Missing argument at index 3
= .
^
/usr/share/fish/functions/autojump.fish (line 53):
if [ $output = "." ]
^
in function 'j' with arguments 'Documents'
autojump: directory 'Documents' not found
Based on analysis using ChatGPT, the issue seems to be related to a missing or improperly configured Python dependency. The error occurs when attempting to use the j
command for directory navigation, such as j Documents
.
I would like to inquire whether this issue might be related to another bug I recently reported – specifically, the malfunction of the KODI application on the same system, which also exhibited errors linked to Python dependencies.
System Information:
- Distribution: CachyOS
- Shell: Fish
- Autojump Version: 22.5.3-9
- Python Version: 3.13.1
Could you investigate if this is a known issue or if it might be caused by recent changes in the repositories for Python or the Fish shell?