-
Notifications
You must be signed in to change notification settings - Fork 54
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
Incompatible glibc on conda install #216
Comments
Hi Sean, Thanks for reaching out! However, as for the Best, |
I tried removing and creating a new conda environment as advised. And ran the
The odd thing is that it doesn't fail this way every time. I did 90 blue whale genomes without any errors. But this sample may be insufficient and not able to completely circularize. I don't know if there is a different path for disentangling when this is the case? Thanks for your feedback! Sean |
What did you get by running Please also attach the complete log file of |
There weren't any comments when I ran Log:
The mitogenome is recovered using Thanks, |
HI! I am having a problem install GetOrganelle from conda. When I run
conda install -c bioconda getorganelle
I get the following error during installation:I have the most current conda install on Linux (22.9.0) from x86_64. Any help you would have on how to bypass or remedy this problem would be much appreciated. I am trying the conda install method because I have run into some other problems through the install option 2 (setup.py) that I'm hoping the conda environment will solve.
The problem I have run into on setup.py is the following:
ERROR: Disentangling failed: Failed in 'from scipy import stats, inf, log'!
Which seems to be from the lack of those modules installed during setup in the correct python environment. They certainly exist in the default shell python environment, but I can't figure out where to try to install them so that disentangling doesn't fail (other steps in the process work fine.
Thanks so much! Please let me know if you need more info. I quite like your program BTW.
Sincerely,
Sean McAllister
The text was updated successfully, but these errors were encountered: