fallerlab/Ribo-ODDR

ImportError: Bio.Alphabet has been removed from Biopython.

ywe20 opened this issue · 2 comments

ywe20 commented

Hi, I got an error message when using src/Ribo-ODDR.py -h, which seems to be raised because I am now using biopython==1.78, which removed Bio.Alphabet, and I guess it might work if I rolled back to early versions. Do you have any suggestions?

Traceback (most recent call last):
File "src/Ribo-ODDR.py", line 37, in
from Bio.Alphabet import generic_dna, generic_rna
File "/home/ywei/.local/lib/python3.8/site-packages/Bio/Alphabet/init.py", line 20, in
raise ImportError(
ImportError: Bio.Alphabet has been removed from Biopython.

Regards,
Iris

Hi Iris, sorry for this inconvenience. I have been using biopython version 1.76 and wasn't aware that Bio.Alphabet is removed in 1.78. Currently, I can only recommend to roll back to 1.76, but I will think of a solution for the next release. Thanks for reporting the issue.

ywe20 commented

Hi Iris, sorry for this inconvenience. I have been using biopython version 1.76 and wasn't aware that Bio.Alphabet is removed in 1.78. Currently, I can only recommend to roll back to 1.76, but I will think of a solution for the next release. Thanks for reporting the issue.


Hi, thank you for your reply! Just want to update that it works when using biopython==1.76 :)