conda error
1
0
Entering edit mode
2.6 years ago

Hi, I need help please

I have Mac Bigsur conda suddenly stop working or installing or even uninstalling I believe that there's an issue in the env. I've been tried many solutions but still the same !

conda install -c bioconda samtools
    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 olefile r-rcppeigen r-gistr r-codetools r-lattice r-formatr r-gplots r-nloptr bioconductor-annotate r-pryr r-lazyeval r-data.table pandas futu
conda • 1.2k views
ADD COMMENT
0
Entering edit mode

You have asked the same question here and seems like you got a suggestion. Did it work? If not, I think you should be resolving it in that thread rather than opening a new one which asks the same question.

ADD REPLY
1
Entering edit mode
2.6 years ago
ATpoint 82k

Create a new environment and install into it:

conda create -n samtools_env -c bioconda samtools
conda activate samtools_env
ADD COMMENT
0
Entering edit mode

there's no any other solution as samtools was working good before ?

ADD REPLY

Login before adding your answer.

Traffic: 2067 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