mamba
mamba copied to clipboard
The Fast Cross-Platform Package Manager
I installed the latest version of `Mambaforge` and set up a configuration file identical to my stable `.condarc` file. While creating a new environment or anything else for that matter,...
Description --- `libmamba` currently only consider `root_prefix` for packages cache and `envs/` directory when using a named environment. We should be able to support multiple cache and env dirs, and...
I'm using mamba 0.23.3 on Windows 11 and noticed the mamba activate command doesn't work in Powershell (original or Powershell Core). Normally I use the old Windows command prompt terminal...
We'd like to automatically generate an `environment.yml` during an `install`, with the same format as exported by `env export`. We want this so that we can create a fully solved...
Mamba does not support specifying `md5/sha256=`: ``` $ mamba install 'pkg=...[md5=...]' CondaValueError: invalid package specification: pkg=...[md5=...] $ micromamba install 'pkg=...[md5=...]' # Will just ignore the md5= restriction. ```
This adds a nightly test with latest Conda and creates an issue if the test suite fails. This is a way to detect incompatibilities with the upcoming Conda release. There...
Dear mamba developers, Today I want to install pytorch1.8.0 (GPU vision) by mamba in Ubuntu16.04, and my cuda vision is 10.2 and my python version is 3.7.13. But something went...
I'm getting SSL errors in mamba when it tries to connect to remote repos. conda connects to them just fine with the same setup. I have the following line in...
It would be nice to have a way in Micromamba to update an env from an `environment.yml`. In Mamba this works by `mamba env update -n X -f environment.yml`.