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
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