Hello! I would like to use biopython library and get an error ModuleNotFoundError: No module named ‘Bio’. How to fix that?
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
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.