mamba
mamba copied to clipboard
The Fast Cross-Platform Package Manager
Mamba is trying to download non-existant URLs: ```bash $ docker run --pull always -it --rm condaforge/mambaforge:latest (base) root@12a9a8180829:/# mamba install --yes python==3.8.* conda-build .... CondaHTTPError: HTTP 404 NOT FOUND for...
I just installed mamba in an existing miniconda `base` environment (created a while ago) and tried to use it to create a new environment, but I get the following error....
Hi, we have a bunch of warning/errors when we try to install with mamba. The installation works but those messages makes us nervous (we're introducing mamba to our team and...
It looked like matchspec parse had an issue with the second form.
We support `sel(platform)` but not `[platform]` as supported by conda-build and conda-lock (https://github.com/conda-incubator/conda-lock/blob/61b759e34826b88653f3b41118dc741680d7e18d/conda_lock/src_parser/selectors.py#L23). Add support for this? I guess it's backwards incompatible in `environment.yml` but we might have it behind...
The idea would be to extend and allow customization of directories used by `micromamba` (to some extend for `mamba`). This would be done according to the [`XDG`](https://wiki.archlinux.org/title/XDG_Base_Directory) specification. Supported options...
Repoquery is great! It already gives a lot of great results, and it already sorts by package version in descending order. So it's a bit suboptimal that it doesn't also...