-
Notifications
You must be signed in to change notification settings - Fork 359
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
local
multichannel for libmamba v2
#3124
Comments
@jaimergp in V2 you'll have the option to not take Mamba's definition of
|
Ok, so I'm realizing you rely on the Pool, which needs the |
I just need to do it before mamba/libmamba/src/core/channel_context.cpp Line 147 in 425aef9
|
Ha yes, either:
The first one might be the easiest to do, but the second will be more future proof as we aim to provide a solver API that does not rely on the context. |
I went with the first option for now, and seems to be working. Thanks for the info! I guess we'll switch to a proper |
|
In #3055 we identified a difference in how conda and mamba populate the
local
multichannel. @isuruf addressed this forconda-libmamba-solver
via #3056 with a newcontext.conda_build_local_paths
attribute that was released in 1.5.6.This attribute is not present in v2 yet, but @mbargull was pointing out that with v2 we could finally standardize this behavior across implementations and drop the mamba 1.x (accidental?) departures.
If that's not desired, we'd still need the
context.conda_build_local_paths
bit in v2 though.The text was updated successfully, but these errors were encountered: