mamba icon indicating copy to clipboard operation
mamba copied to clipboard

The Fast Cross-Platform Package Manager

Results 415 mamba issues
Sort by recently updated
recently updated
newest added

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...

bug

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....

bug

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...

type::bug

It looked like matchspec parse had an issue with the second form.

type::feature-request

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...

feature request

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...

feature request

xref https://github.com/pre-commit/pre-commit/pull/2446

feature request

Like `mamba env create --dry-run`

feature request

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...

feature request