data-science-for-esm icon indicating copy to clipboard operation
data-science-for-esm copied to clipboard

Issue on page /intro.html - mamba can't create environment from yaml file

Open mikeymike555 opened this issue 1 year ago • 1 comments

Hi, this command doesn't seem to work: mamba create -f environment.yml

there is an issue with this, documented here: https://github.com/mamba-org/mamba/issues/633 There are a couple of workarounds proposed on this issue page, including one that worked for me - create an empty env with mamba, then update it based on --file environment.yaml

mikeymike555 avatar Dec 28 '23 00:12 mikeymike555

It's still not fixed. The correct command should be: mamba env create --file envname.yaml

exergetiker avatar Feb 16 '24 19:02 exergetiker

reverted to conda

fneum avatar May 27 '24 11:05 fneum