-
Notifications
You must be signed in to change notification settings - Fork 12
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
install issue with quick install command #265
Comments
this is a weird error, as it fails at installing mamba, hence well before even getting to install any bioinformatics tools this may be a mamba related issue, in which case I need to rework the installation |
what system is this Mac OS M1/M2? |
I used the windows system, using ubuntu as terminal |
did you already have anaconda/miniconda installed or was it a brand new shell? |
I have installed anaconda on my computer before. |
in the same shell? I think that is the problem here, make a new user that runs a separate environment |
I can uninstall anaconda to have a try. Thanks. |
I deleted the anaconda and had another try, still not work, showing the same errors. |
you also have to uninstall everything for the handbook
then
maybe the best is to start with a clean Unix system. Uninstall Ubuntu and reinstall it. It is sad though that conda itself is incapable of working corretly, the whole point of it was supposed to avoid these problems. |
I got a new problem when install step by step. At step 9: Activate bioinfo.conda activate bioinfo Install the software.$ curl -s http://data.biostarhandbook.com/install/conda.txt | xargs mamba install -q -y |
sounds like the channels are not activated, as it says in the error. In general if you get an error where nothing works that indicates a step was missed before. If you get an error where one single tool does not work then it might be some local issue. But when the whole thing fails then it means something is fundamentally not in order. |
As the auto install script died at step 7 and I started from step 7. Forgot to activate bioconda. Now, all good. Thanks very much for your help. For the original problem, it because I didn't install conda, just run the install script directly (I read the pdf version of the book which skips conda install and activate biocnda). Now, all fixed. I will read the online version of the book.
|
sounds like it all worked. Glad to hear. I will be closing this issue then |
$ curl http://data.biostarhandbook.com/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3440 100 3440 0 0 26120 0 --:--:-- --:--:-- --:--:-- 26259
1/10 Bootstrapping the Biostar Handbook
7/10 Installing bioinformatics software
Traceback (most recent call last):
File "/home/zengf/miniconda3/condabin/mamba", line 7, in
from mamba.mamba import main
File "/home/zengf/miniconda3/lib/python3.10/site-packages/mamba/mamba.py", line 49, in
import libmambapy as api
File "/home/zengf/miniconda3/lib/python3.10/site-packages/libmambapy/init.py", line 7, in
raise e
File "/home/zengf/miniconda3/lib/python3.10/site-packages/libmambapy/init.py", line 4, in
from libmambapy.bindings import * # noqa: F401,F403
ImportError: libarchive.so.13: cannot open shared object file: No such file or directory
(base)
The text was updated successfully, but these errors were encountered: