-
Notifications
You must be signed in to change notification settings - Fork 25
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
InavlidMatchSpec error installing from libmamba solver installing into environment with package installed from a file #418
Comments
I upgraded my conda/mamba packages and now see an even worse failure behavior
This is with
|
As before, the classic solver or mamba still work. |
I believe this belongs in https://github.com/conda/conda-libmamba-solver. Could one of you please transfer it? |
Thanks for the report! Can you check if setting |
I assume that is an environment variable? Setting that has no effect:
|
Thanks! Opened #421 with a reproducer test and a fix is on the way. |
Checklist
What happened?
I created a simple test environment and installed a package directly from a downloaded conda file. That works, but then attempts to install other packages from a channel results in an InvalidMatchSpec error from the libmamba solver. For instance, having downloaded the tomlkit conda package (which you can take from your pkgs folder if previously installed)
If you do the last install using the classic solver then it still works:
Obviously, this is not a normal way to install packages, but it would still be nice if this could work for those of us trying to create our own build/test tools.
Conda Info
Conda Config
Conda list
Additional Context
Surprisingly, although libmamba does not work, mamba itself (version 1.5.5) works fine.
One workaround for such test environments is to set the solver to classic for the environment.
The text was updated successfully, but these errors were encountered: