Search Criteria
Package Details: micromamba-bin 2.8.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/micromamba-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | micromamba-bin |
| Description: | Tiny version of mamba, the fast conda package installer |
| Upstream URL: | https://github.com/mamba-org/mamba |
| Keywords: | anaconda conda mamba miniconda python |
| Licenses: | BSD-3-Clause |
| Conflicts: | micromamba |
| Provides: | micromamba |
| Submitter: | jadelord |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 25 |
| Popularity: | 1.30 |
| First Submitted: | 2021-02-05 01:52 (UTC) |
| Last Updated: | 2026-06-05 17:07 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
Latest Comments
1 2 3 Next › Last »
StephenJKHsieh commented on 2026-05-24 10:09 (UTC)
The
check()function fails if the user has a global configuration (like customenvs_dirsorroot_prefix) defined in their~/.condarcor~/.mambarc.During the check phase,
micromamba createpicks up the user's host configuration because it lacks the--no-rcflag. This causes the test environment to be created in the user's custom directory (e.g., an external drive) instead of the isolated$MAMBA_ROOT_PREFIXunder/tmp. Consequently, the script fails with a "No such file or directory" error when looking for the python binary under/tmp.brianrobt commented on 2025-06-06 18:23 (UTC) (edited on 2025-06-06 18:23 (UTC) by brianrobt)
@siavoshkc, I don't think this package should provide mamba, because the current AUR mamba package is something completely different from this.
Adding
mambato this package's provides section would cause some confusing conflicts.siavoshkc commented on 2025-03-25 10:21 (UTC) (edited on 2025-03-25 21:03 (UTC) by siavoshkc)
@Taranis In PKGBUILD provides should contain mamba. This is required so if another package depends on mamba this package fulfills it. I should also note that not -bin package provides libmamba and python-libmambapy that this one does not and is in conflict with this. It seems like a problem to me as both these packages should provide as same as the other.
Taranis commented on 2025-03-25 10:02 (UTC) (edited on 2025-03-25 10:03 (UTC) by Taranis)
@siavoshkc micromamba is a drop-in replacement for mamba (or tiny-version of mamba). You could add aliases for mamba/conda.
siavoshkc commented on 2025-03-24 19:00 (UTC) (edited on 2025-03-24 19:02 (UTC) by siavoshkc)
Shouldn't the package provide mamba as well?
CyanoKobalamyne commented on 2024-10-09 17:39 (UTC) (edited on 2024-10-09 17:39 (UTC) by CyanoKobalamyne)
The
check()step fails for me when trying to create the environment, with a filesystem permission denied error.The full log is this:
moetayuko commented on 2024-03-27 11:10 (UTC)
@carlosal1015 Just figured out the cause. I also installed the
python-condapackage that ships/etc/conda/condarcof the following contents:This file will also be read by micromamba so that the
testenvironment created by run_test.sh is located in ~/.conda/envs rather than MAMBA_ROOT_PREFIX. I'm not sure what's the best option to handle this corner case.carlosal1015 commented on 2023-09-06 02:40 (UTC)
Interesting check passed in a clean chroot minutes ago.
moetayuko commented on 2023-09-06 02:09 (UTC)
check fails for 1.5.1, the
testvirtual environment is created in home rather than tmp, thenrun_test.shfails to find the python executable.1 2 3 Next › Last »