snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Stuck at solving environment

Open maguileraf opened this issue 2 years ago • 5 comments

Hi, I am trying to install snippy through conda but it just gets stuck at solving environment. I wonder if there are any suggestions to get it installed.

maguileraf avatar Oct 04 '21 16:10 maguileraf

You might try making use of mamba https://mamba.readthedocs.io/en/latest/user_guide/mamba.html instead of conda, which can be faster at resolving environments. That is conda install mamba and mamba install snippy.

apetkau avatar Oct 04 '21 17:10 apetkau

It installs v4.0.2 and it gives me this error: Need samtools --version >= 1.7 but you have 1.12 - please upgrade it.

maguileraf avatar Oct 04 '21 18:10 maguileraf

I would recommend to work in clean environments. Please try to use create instead of install. mamba create -n snippy snippy

druvus avatar Oct 04 '21 19:10 druvus

This worked, thanks!

maguileraf avatar Oct 04 '21 20:10 maguileraf

Hello, I have the same stucking with conda install-c conda-forge -c bioconda -c defaults snippy. when I tried : conda create -n snippy -c conda-forge -c bioconda -c defaults snippy

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: - Killed

Upd the recipe with mamba and mamba create -n snippy snippy worked.

valery-shap avatar Dec 04 '21 15:12 valery-shap