Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mikeymike555 opened this issue Dec 28, 2023 · 2 comments

Comments

@mikeymike555
Copy link

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

there is an issue with this, documented here: mamba-org/mamba#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
Copy link

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

@fneum
Copy link
Owner

fneum commented May 27, 2024

reverted to conda

@fneum fneum closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants