fneum / data-science-for-esm

https://fneum.github.io/data-science-for-esm/intro.html
MIT License
70 stars 36 forks source link

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

Closed mikeymike555 closed 6 months ago

mikeymike555 commented 11 months ago

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

exergetiker commented 9 months ago

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

fneum commented 6 months ago

reverted to conda