viromeqc
viromeqc copied to clipboard
biopython error
Dear developers, I've downloaded viromeqc but I have some problems when running. I created a conda environment for it with python3.8, and I installed pandas and biopython, but after this, the following error occurs:
(viromeqc) pgen@pgen:~/sw/viromeqc$ python3.8 ./viromeQC.py Failed in importing Biopython. Please check Biopython is installed properly on your system! [ - FAIL - ]
when I try to reinstall biopython it seems to be properly installed:
(viromeqc) pgen@pgen:~/sw/viromeqc$ pip install biopython Requirement already satisfied: biopython in /home/pgen/miniconda3/envs/viromeqc/lib/python3.8/site-packages (1.79) Requirement already satisfied: numpy in /home/pgen/miniconda3/envs/viromeqc/lib/python3.8/site-packages (from biopython) (1.23.2)
Any help will be great!