conda error

conda error

1

(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

• 33 views

Try to install it in a new conda environment:

conda create -n sratools -c bioconda sra-tools
conda activate sratools


Login
before adding your answer.

Traffic: 1298 users visited in the last hour

Read more here: Source link