quinlan-lab / STRling

Detect novel (and reference) STR expansions from short-read data
MIT License
61 stars 9 forks source link

conda install error message (still installs) #86

Open hdashnow opened 3 years ago

hdashnow commented 3 years ago

conda reports the following error, but still installs just fine. Not sure if this can/should be fixed? Might make users think install has failed.

$ conda update -n base conda
$ conda create --name test-strling
$ conda activate test-strling
$ conda install strling
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: done
christopher-schroeder commented 2 years ago

What is the order of your repodata? Does this also happen when you use mamba as installer (like you should for your own good)