You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: