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

Makefile from cookiecutter template does not properly detect conda install #3

Open
VarunAnanth2003 opened this issue Jun 16, 2023 · 0 comments

Comments

@VarunAnanth2003
Copy link
Contributor

When using the repo 2023_dev_compound-embeddings and running the make env command, I got this error:

varunananth@Taluss-MacBook-Air-3 2023_dev_compound-embeddings % make env
mamba env update -p ./envs -f environment.yaml --prune
make: mamba: No such file or directory
make: *** [env] Error 1

It seems to not detect I have conda and not mamba installed, then fails to execute because it defaults to mamba

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

1 participant