conda error
1
0
Entering edit mode
2.6 years ago

(ngs1) bash-3.2$ conda install -c bioconda sra-tools

      Collecting package metadata (current_repodata.json): done
        Solving environment: failed with initial frozen solve. Retrying with flexible solve.
        Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
        Collecting package metadata (repodata.json): done
        Solving environment: failed with initial frozen solve. Retrying with flexible solve.
        Solving environment: - 
        Found conflicts! Looking for incompatible packages.
        This can take several minutes.  Press CTRL-C to abort.
        Examining conflict for r-quantreg r-base64enc r-dichromat r-highr r-curl r-httpuv r-sparsem r-gtools r-r- r .....

and it's stay like that doesn't finish

miniconda SRA • 4.9k views
ADD COMMENT
1
Entering edit mode
2.6 years ago
alex.zaccaron ▴ 410

Try to install it in a new conda environment:

conda create -n sratools -c bioconda sra-tools
conda activate sratools
ADD COMMENT
0
Entering edit mode

Also try using mamba instead. It's better at resolving issues, and faster overall.

https://github.com/mamba-org/mamba

ADD REPLY

Login before adding your answer.

Traffic: 2982 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6