-
Notifications
You must be signed in to change notification settings - Fork 376
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
install from lockfile doesn't respect pkgs_dirs #2187
Comments
Could it be that this is stopping our offline installs at conda-forge? xref: conda-forge/miniforge#419 |
Is the fix that that the line should look more like: mamba/libmamba/src/api/install.cpp Line 422 in f32b42e
|
I'm guessing there was a decision made with good reason to find the pkgs for manually instead of like that. @wolfv ? |
I think it is causing us to also create a random folder in the user's directory: conda-forge/miniforge#420 |
Thank you for getting this in! |
a command like
micromamba install --name explicit --file conda-lock.yml
ignores configured pkgs_dirs due to 7ea1ab9 andmamba/libmamba/src/api/install.cpp
Line 568 in f32b42e
I would like to use lockfiles in tandem with a shared package cache on my server environment for large environment updates.
Is there a reason for the current behavior?
The text was updated successfully, but these errors were encountered: