Biopython error: "ModuleNotFoundError: No module named 'Bio.SubsMat'"
Making import I am getting such an error:
from Bio.SubsMat import MatrixInfo
"ModuleNotFoundError: No module named 'Bio.SubsMat'"
Would you be so kind to suggest something ? Googling does not seem to lead to the same error.
PS
Some time ago it was working okay, see e.g. Kaggle notebook: https://www.kaggle.com/code/shtrausslearning/biopython-bioinformatics-basics?scriptVersionId=97875973&cellId=1
• 6,343 views
•
link
1 answer
from Bio.Align import substitution_matrices
substitution_matrix = substitution_matrices.load('BLOSUM62') # use matrix names to load
• 0 views
•
link
Log in to answer this question.
See the answer here : https://stackoverflow.com/questions/74909948/how-to-install-bio-subsmat-package-in-python-using-google-colab-ineed-to-use-ma