-
Notifications
You must be signed in to change notification settings - Fork 28
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 'staramr' #142
Comments
Hello @neelam19051, how did you install |
Actually i installed it with git clone and after that i also installed with pip (Python 3.8) then it didn't show that error and help manual run perfectly fine but when i try run this commands *staramr search -o out .fna it show this following error - [Errno 39] Directory not empty: '/tmp/tmpb4uhg5zk' During handling of the above exception, another exception occurred: Traceback (most recent call last): Thank you |
If possible you will likely want to install You can install outside of conda/bioconda too, but then you have to install the following dependencies in addition to |
Hi, again i encountered some error, even i installed it with the help of bioconda staramr and the script was same - ERROR ##'NoneType' object has no attribute 'tolist'## Traceback (most recent call last): Thank you |
Thanks. This looks an awful lot like this issue #136. I believe the solution is to downgrade the
|
Fixed in #146 |
Hi, I am trying to install 'staramr' and i am getting this error-
Does anyone know how to solve it?
Traceback (most recent call last):
File "/home/bvs/neelam/staramr/bin/staramr", line 44, in
from staramr import version
ModuleNotFoundError: No module named 'staramr'
Thank you!
The text was updated successfully, but these errors were encountered: