sseemayer / BioPython-A3MIO

A3M/A2M support for BioPython
5 stars 7 forks source link

ImportError: Bio.Alphabet has been removed from Biopython. #3

Open wk989898 opened 3 years ago

wk989898 commented 3 years ago

import A3MIO failed. ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the molecule_type as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information. biopython version: biopython==1.79

viviyanran commented 1 year ago

install biopython<=1.77