You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from co import Component
File "/home/paul/.local/lib/python3.10/site-packages/co/__init__.py", line 1, in <module>
from co.component import Component
File "/home/paul/.local/lib/python3.10/site-packages/co/component.py", line 5, in <module>
from Bio import Alphabet
File "/home/paul/.local/lib/python3.10/site-packages/Bio/Alphabet/__init__.py", line 20, in <module>
raise ImportError(
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.
The text was updated successfully, but these errors were encountered:
pmaen
added a commit
to pmaen/co
that referenced
this issue
Aug 25, 2022
Just importing the library results in an error:
The text was updated successfully, but these errors were encountered: