OLC-Bioinformatics/ConFindr

ConFindr conda install dependencies can't be solved

Closed this issue · 2 comments

$ conda --version
conda 4.8.3
$ conda install -c bioconda confindr      
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.
failed                                                                          

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Oh, I think I may have identified the issue - the Bioconda recipe depends on rauth, which isn't actually in bioconda, it's in conda-forge. That might be enough for me to get it working.

Can be solved via
create a new environment in conda and hit

conda install confindr

Ref here