We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the repo 2023_dev_compound-embeddings and running the make env command, I got this error:
2023_dev_compound-embeddings
make env
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the repo
2023_dev_compound-embeddings
and running themake env
command, I got this error:It seems to not detect I have conda and not mamba installed, then fails to execute because it defaults to mamba
The text was updated successfully, but these errors were encountered: