pyani icon indicating copy to clipboard operation
pyani copied to clipboard

numpy: No module named 'version'

Open ireneortega opened this issue 3 months ago • 0 comments

Summary:

After installing pyani with conda, the python script average_nucleotide_identity.py is not working as No module named 'version' is found.

Reproducible Steps:

conda create --name pyani_env python=3.9 pyani

Current Output:

(pyani_env) $ average_nucleotide_identity.py -h Traceback (most recent call last): File "/home/iortsan/anaconda3/envs/pyani_env/bin/average_nucleotide_identity.py", line 158, in import pandas as pd File "/home/iortsan/.local/lib/python3.9/site-packages/pandas/init.py", line 16, in raise ImportError( ImportError: Unable to import required dependencies: numpy: No module named 'version'

Expected Output:

Help of average_nucleotide_identity.py

pyani Version:

bioconda/noarch::pyani-0.2.12-pyhdfd78af_0

Python Version:

Python 3.9.18

Operating System:

"CentOS Linux 7 (Core)

ireneortega avatar Mar 16 '24 09:03 ireneortega