Package Details: micromamba-bin 2.1.0.0-1

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: 21
Popularity: 0.72
First Submitted: 2021-02-05 01:52 (UTC)
Last Updated: 2025-04-09 16:09 (UTC)

Latest Comments

1 2 3 Next › Last »

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:

Testing with /var/cache/private/pikaur/build/micromamba-bin/src/bin/micromamba
+ test -f /var/cache/private/pikaur/build/micromamba-bin/src/bin/micromamba
+ test '!' -f /var/cache/private/pikaur/build/micromamba-bin/src/etc/profile.d/mamba.sh
+ micromamba --help
[...]
++ mktemp -d
+ export MAMBA_ROOT_PREFIX=/tmp/tmp.HMWKnCC3Ge
+ MAMBA_ROOT_PREFIX=/tmp/tmp.HMWKnCC3Ge
+ micromamba create -n test --override-channels -c conda-forge --yes python=3.9
critical libmamba filesystem error: cannot set permissions: Operation not permitted [/tmp/tmp.HMWKnCC3Ge/pkgs/cache]

moetayuko commented on 2024-03-27 11:10 (UTC)

@carlosal1015 Just figured out the cause. I also installed the python-conda package that ships /etc/conda/condarc of the following contents:

envs_dirs:
  - ~/.conda/envs
pkgs_dirs:
  - ~/.conda/pkgs

This file will also be read by micromamba so that the test environment 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 test virtual environment is created in home rather than tmp, then run_test.sh fails to find the python executable.

++ mktemp -d
+ export MAMBA_ROOT_PREFIX=/tmp/tmp.acA48OWMEH
+ MAMBA_ROOT_PREFIX=/tmp/tmp.acA48OWMEH
+ micromamba create -n test --override-channels -c conda-forge --yes python=3.9
conda-forge/linux-64                                          No change
conda-forge/noarch                                            No change

Transaction

  Prefix: /home/xxx/.conda/envs/test

ChiefGokhlayeh commented on 2023-06-20 19:38 (UTC)

Hi @carlosal1015, makepkg fails due to moved license file. New location of mamba license file is info/licenses/mamba/LICENSE.

carlosal1015 commented on 2023-06-20 14:05 (UTC)

Hi @Melarok, the micrombamba's GitHub release is from build from source. Please refer to https://aur.archlinux.org/packages/micromamba or wait to binaries from here.

carlosal1015 commented on 2023-06-13 16:55 (UTC)

Hi @cos, sadly there are no new release in https://anaconda.org/conda-forge/micromamba/files, let's wait when they publish a release.