-
Notifications
You must be signed in to change notification settings - Fork 90
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
conda update not working for me with env.yaml #2326
Comments
I suspect you must use |
Change flag to update subcommand to the correct --file. Fixes #2326.
Thanks for the suggestion, but with
Note that I can still |
Apparently it has to read
or
to also remove packages that have been removed from the yaml file. This is to let conda know that it is an environment to be updated and not a package list from a file. |
The last suggestion works :-) It was actually already correctly written in |
When running
conda update -f env.yaml
as suggested in DEVELOPMENT.md, I get the following output (under CentOS Linux 7):Not sure if this is problematic in any way. The
conda
version is 23.7.4,python
is version 3.11.5.The text was updated successfully, but these errors were encountered: