Julien Jerphanion

Results 463 comments of Julien Jerphanion

One should be able to perform the update if you uninstall `conda`, `conda-libmamba-solver` and `mamba` using `micromamba` (as a standalone executable) specifying the prefix's location. For instance: ``` mamba activate...

You can also downgrade `conda` to 23.9 (the last version which does not depends on `conda-libmamba-solver`).

Hi @rbavery, I would recommend adapting your path so that `mamba` is used or to alternatively reset this snippet using: ``` micromamba shell init ```

@jaimergp published [`conda-canary/label/dev::conda-libmamba-solver`](https://anaconda.org/conda-canary/conda-libmamba-solver), builds of [`conda-libmamba-solver`](https://github.com/conda/conda-libmamba-solver) which supports `libmambapy` 2.0. This can help updating to mamba 2.0 for installations depending on `conda` before the actual official release of `conda-libmamba-solver`, using:...

As mentioned by @jaimergp, `conda-libmamba-solver` RC build for `libmamba 2.0` is now available: ``` mamba install --no-channel-priority conda-forge/label/conda-libmamba-solver_rc::conda-libmamba-solver=24.11.0rc ```

https://github.com/conda-forge/conda-libmamba-solver-feedstock/pull/28 released conda-libmamba-solver 24.11.0, making mamba 2.0 upgradeable when conda is installed. Thank you, @jaimergp.

Hi, Has https://github.com/mamba-org/mamba/pull/3765 resolved the issue?

https://github.com/mamba-org/mamba/pull/4101 might also help.