libgcc-ng >=12 needed for installation
Closed this issue · 2 comments
chjp commented
conda installation returns error:
nothing provides libgcc-ng >=12 needed by simpleaf-0.2.1-h9f5acd7_0
rob-p commented
Perhaps try adding Conda-forge to your list of channels, they seem to have a sufficient version here.
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict
chjp commented
conda config --add channels conda-forge
works. Thanks.