-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'fasta' #53
Comments
I received the same error. Any tips? Thank you in advance! @zhengtaoxiao |
Update: uninstalling and re-installing fasta and Pyfasta solved the issue. |
RiboCode uses pyfasta instead of the updated version pyfaidx, so I browsed through the source code of pyfasta and found that in the init.py file, the code from fasta import Fasta, complement, DuplicateHeaderException is actually intended to call the fasta.py script in the same directory, rather than importing a module named fasta. If necessary, you can manually modify the init.py file and then install it. |
additionally,"pyfasta" requires Python 2, while "RiboCode" requires Python 3.6 or above.So: |
Hello,I can't exactly understand the step how to solve with it. How to instead the python2 to python3 in fasta? can you give me some more detail suggestions,thank you so much┭┮﹏┭┮ |
For me helped:
|
Hi,
I got a ModuleNotFoundError when testing the RiboCode installation with
RiboCode_onestep -V
Can you help?
my package list
The text was updated successfully, but these errors were encountered: