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

Command not found error for pyani #192

Closed
ramibaghdan opened this issue May 30, 2020 · 1 comment
Closed

Command not found error for pyani #192

ramibaghdan opened this issue May 30, 2020 · 1 comment
Labels
duplicate this issue (or something similar) has been noted before question how can I do this? why does it do that? where can I get this? etc.

Comments

@ramibaghdan
Copy link

Summary:

I installed using pip3, conda, and from the source; however, I seem to get a "command not found" error.

Description:

Getting command not found error for pyani after various installations.

Reproducible Steps:

I tried installing using pip3 and conda following the tutorial.
Lastly, I tried installing from the source:

wget https://github.com/widdowquinn/pyani/archive/v0.2.9.tar.gz
tar -zxf v0.2.9.tar.gz
cd pyani-0.2.9
python setup.py install

pyani --version

Current Output:

-bash: pyani: command not found

Expected Output:

pyani version

pyani Version: latest

installed dependencies

N/A.

Python Version: 3.7.4

Operating System: macOS

@widdowquinn widdowquinn added duplicate this issue (or something similar) has been noted before question how can I do this? why does it do that? where can I get this? etc. labels May 30, 2020
@widdowquinn
Copy link
Owner

Hi Rami,

Thank you for your interest in pyani.

The issue you have is that you have installed pyani v0.2.9, but are using the command-line for v0.3+ This is noted in the project README.md (which refers to the development version), and the documentation you require for v0.2 is here: https://github.com/widdowquinn/pyani/blob/master/README_v_0_2_x.md. I apologise for the inconvenience.

(duplicates #176 #171 #169 #165)

If you have any other questions, please do raise a new issue.

L.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate this issue (or something similar) has been noted before question how can I do this? why does it do that? where can I get this? etc.
Projects
None yet
Development

No branches or pull requests

2 participants