Closed 313king closed 1 year ago
It should be run in an environment that has BioPython and the other dependencies installed.
thank you ! But when i download model weights ,it will show 'download aborted'
Try it from a different machine? This is definitely a problem specific to your environment. See frontpage README instructions for advice on setting up your environment.
ModuleNotFoundError Traceback (most recent call last) in <cell line: 12>()
10 import matplotlib.pyplot as plt
11 import matplotlib as mpl
---> 12 from Bio import SeqIO
13 import biotite.structure as bs
14 from biotite.structure.io.pdbx import PDBxFile, get_structure
ModuleNotFoundError: No module named 'Bio'