Entering edit mode
7 months ago
VenGeno
▴
90
I am trying to install spades using conda. Even though the bioconda has the latest version, the version getting installed in my system is an older version 3.13. Initially, I thought creating a new environment (with python 3.8) will resolve the issue. But still, conda is installing the old version. I am using conda version 23.1.0. I appreciate your help in this matter. Thank you in advance.
I tried
conda install -c bioconda spades=3.15.5
Yet the following happens and it now stays atThen it stays like that.. Please see the
conda info
output for my base environment;There might be dependency conflicts in your base environment. Try creating an environment containing the spades version you want (and whatever other tools you want in there).
Also, I recommend using
mamba
to replaceconda
(https://github.com/mamba-org/mamba).Thank You, cfos4698! It worked. Thank you for suggesting mamba. I will try it. Have a great day!
Indeed, a new environment is always recommended to keep things clean. +1 for mamba, it's just sooo! much faster.