Issue to import Biopython package

Hello! I would like to use biopython library and get an error ModuleNotFoundError: No module named ‘Bio’. How to fix that?

Hi @AlexeyNesterovichEst,

Thanks for posting!

Have you added a requirements.txt file to your app? It also looks like the name of the package is biopython rather than Bio, so I’d recommend changing your requirements.txt and import statements to reflect that.

Caroline :balloon:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.