-
Notifications
You must be signed in to change notification settings - Fork 33
ImportError: cannot import name 'Fasta' from 'fasta' #15
Comments
Hey Eva, I am getting the same error when importing biovec... any chance you figured it out ? |
Unfortunately I left it like that and did what I wanted with bio_embeddings. |
Ah okay thank you! |
I will check it! |
I ran into the same issue and found that changing from pyfasta to pyfaidx resolved the error messages at import. I hope this helps! |
~/miniconda3/envs/myenv/lib/python3.7/site-packages/biovec/utils.py in just changed 'from pyfasta import Fasta' to 'from pyfaidx import Fasta' |
Hello,
Only by importing biovec, I get this error:
The text was updated successfully, but these errors were encountered: