STRling icon indicating copy to clipboard operation
STRling copied to clipboard

conda install error message (still installs)

Open hdashnow opened this issue 3 years ago • 1 comments

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

hdashnow avatar Feb 25 '21 22:02 hdashnow