Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when Python 2 is not installed. #680

Open
Zerophase opened this issue May 18, 2023 · 3 comments
Open

Error when Python 2 is not installed. #680

Zerophase opened this issue May 18, 2023 · 3 comments

Comments

@Zerophase
Copy link

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.

@Spheerys
Copy link

Spheerys commented Jun 6, 2023

I also have this issue on ArchLinux since python2 was deprecated

@shablipapu
Copy link

  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

@Spheerys
Copy link

Thanks you, it works !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants