conda-libmamba-solver
conda-libmamba-solver copied to clipboard
The libmamba based solver for conda.
The Tests workflow failed on 2024-05-24 07:55 UTC Full run: https://github.com/conda/conda-libmamba-solver/actions/runs/9220200829 (This post will be updated if another test fails, as long as this issue remains open.)
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? We have a legacy system that is...
### Description Adds compatibility for libmamba v2, which enables a few refactors (see below). Supersedes conda/conda#414. - Will close https://github.com/conda/conda-libmamba-solver/issues/522 Progress: - [X] Refactor index helpers - [X] Refactor repoquery...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Libmamba changes the default behavior...
The following items are known and either awaiting a bugfix elsewhere or, if no fix available, a workaround is suggested. ## `libarchive`: "library not loaded" or "cannot open shared object...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? The `conda install lxml==5.1.0` command gives the...
### Description See also https://github.com/mamba-org/mamba/pull/2969 https://github.com/conda/conda/pull/13288 https://github.com/conda/conda/blob/b8ef64e4ad27b36d39e519188203d0e2ff43925b/conda/gateways/repodata/jlap/README.md ### Checklist - did you ... - [ ] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's...
The Upstream tests workflow failed on 2024-03-19 07:50 UTC Full run: https://github.com/conda/conda-libmamba-solver/actions/runs/8339045558 (This post will be updated if another test fails, as long as this issue remains open.)
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? I am experiencing an error:...
### What happened? if I execute conda update twice, I got a version upgrade immediately followed by a downgrade: ``` $ conda update --all -y && conda update --all -y...