what is the deal with bioconda?
1
0
Entering edit mode
3.5 years ago
mk ▴ 290

Is there any kind of conflict-checking for this channel?

I've never had a problem installing conda packages until I tried:

conda create --name seur01 -y 

conda activate seur01 

conda install -c bioconda r-seurat

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.                                                              
failed                                                                

UnsatisfiableError:

And that's it! There is no more output.

conda bioconda • 4.0k views
ADD COMMENT
6
Entering edit mode
3.5 years ago
GenoMax 141k

Make sure the order of channels is as follows.

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

I don't see the problem you are getting.

ADD COMMENT
1
Entering edit mode

confirmed, thanks @genomax

ADD REPLY
1
Entering edit mode

It's December 6, 2020, and this comment solved the problem related to bioconda package installation I have been tackling for >48 hours. Thank you so much @GenoMax!

ADD REPLY
0
Entering edit mode

thanks. it works great and solved the problem!

ADD REPLY

Login before adding your answer.

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