Module not found error with new package version
Author: tmarti2Created Nov 22, 2019Updated May 24, 2026
I upgraded autojump to the 22.5.3-3 version, and when using cd or j, I receive this error :
Traceback (most recent call last):
File "/usr/bin/autojump", line 39, in <module>
from autojump_argparse import ArgumentParser
ModuleNotFoundError: No module named 'autojump_argparse'I downgraded it to the 22.5.3-1 version, and it works. I'm using Arch linux.
Source: wting/autojump