Thank you
• 0 views
•
link
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
Install biopython
pip install biopython
Thank you
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.

Log in to answer this question.
Did you try Googling "ImportError no module named"? It is a simple python error.
Yeah Thank you, Now its resolved