ImportError: No module named Bio
1
0
Entering edit mode
2.4 years ago
Neel ▴ 20

Hi, I'm trying to run roary_plots.py python script & I got this error even after adding import Bio in script;

python roary_plots.py roary_output/accessory_binary_genes.fa.newic roary_output/gene_presence_absence.csv

Please help me.

Thank you for your time

roary • 1.9k views
ADD COMMENT
1
Entering edit mode

Did you try Googling "ImportError no module named"? It is a simple python error.

ADD REPLY
0
Entering edit mode

Yeah Thank you, Now its resolved

ADD REPLY
1
Entering edit mode
2.4 years ago

Install biopython

pip install biopython
ADD COMMENT
0
Entering edit mode

Thank you

ADD REPLY
0
Entering edit mode

A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they work. This will help future users that might find this post find the right answer.

upvote_bookmark_accept

ADD REPLY

Login before adding your answer.

Traffic: 1039 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6