autojump icon indicating copy to clipboard operation
autojump copied to clipboard

Error when Python 2 is not installed.

Open Zerophase opened this issue 2 years ago • 3 comments

Traceback (most recent call last): File "/usr/sbin/autojump", line 39, in from autojump_argparse import ArgumentParser ModuleNotFoundError: No module named 'autojump_argparse' Traceback (most recent call last): File "/usr/sbin/autojump", line 39, in from autojump_argparse import ArgumentParser ModuleNotFoundError: No module named 'autojump_argparse'

This error throws when only Python 3 is installed on the machine.

Zerophase avatar May 18 '23 04:05 Zerophase

I also have this issue on ArchLinux since python2 was deprecated

Spheerys avatar Jun 06 '23 20:06 Spheerys

  1. just edit the install file and change first line to python3

  2. install it. then you will get another similar error

  3. run which autojump in the terminal to find the path.

  4. edit the result from 3 and change first line from python to python3

shablipapu avatar Jul 20 '23 17:07 shablipapu

Thanks you, it works !

Spheerys avatar Jul 20 '23 17:07 Spheerys