Package Details: micromamba-bin 1.5.8-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: 18
Popularity: 0.25
First Submitted: 2021-02-05 01:52 (UTC)
Last Updated: 2024-03-27 03:55 (UTC)

Latest Comments

1 2 Next › Last »

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.

AchmadFathoni commented on 2022-11-22 15:42 (UTC)

@carlosal1015 I think I made mistake, micromamba-bin completion is working fine. I just need to run

micromamba shell init -s zsh -p ~/.mamba and then restart the terminal

carlosal1015 commented on 2022-10-26 22:01 (UTC)

Hi @AchmadFathoni, the tarball no provide completions functions for some shell.

info/files
info/hash_input.json
info/index.json
info/has_prefix
info/paths.json
info/about.json
info/git
info/recipe/libsolv/CONTROL
info/recipe/C_ARES_LICENSE.txt
info/licenses/C_ARES_LICENSE.txt
info/licenses/REPROC_LICENSE.txt
info/recipe/REPROC_LICENSE.txt
info/licenses/NLOHMANN_JSON_LICENSE.txt
info/recipe/NLOHMANN_JSON_LICENSE.txt
info/licenses/CURL_LICENSE.txt
info/recipe/CURL_LICENSE.txt
info/licenses/CPP_FILESYSTEM_LICENSE.txt
info/recipe/CPP_FILESYSTEM_LICENSE.txt
info/recipe/LIBNGHTTP2_LICENSE.txt
info/licenses/LIBNGHTTP2_LICENSE.txt
info/licenses/LIBLZ4_LICENSE.txt
info/recipe/LIBLZ4_LICENSE.txt
info/recipe/SPDLOG_LICENSE.txt
info/licenses/SPDLOG_LICENSE.txt
info/recipe/LIBSOLV_LICENSE.txt
info/licenses/LIBSOLV_LICENSE.txt
info/licenses/TERMCOLOR_CPP_LICENSE.txt
info/licenses/ZSTD_LICENSE.txt
info/recipe/TERMCOLOR_CPP_LICENSE.txt
info/recipe/ZSTD_LICENSE.txt
info/recipe/recipe-scripts-license.txt
info/recipe/CLI11_LICENSE.txt
info/licenses/CLI11_LICENSE.txt
info/licenses/LIBEV_LICENSE.txt
info/recipe/LIBEV_LICENSE.txt
info/recipe/LIBARCHIVE_LICENSE.txt
info/licenses/LIBARCHIVE_LICENSE.txt
info/recipe/LIBOPENSSL_LICENSE.txt
info/licenses/LIBOPENSSL_LICENSE.txt
info/licenses/LIBOPENSSL_3_LICENSE.txt
info/recipe/LIBOPENSSL_3_LICENSE.txt
info/recipe/KRB5_LICENSE.txt
info/licenses/KRB5_LICENSE.txt
info/test/run_test.sh
info/recipe/build.sh
info/recipe/libsolv/portfile.cmake
info/recipe/bld.bat
bin/micromamba
info/licenses/LICENSE
info/recipe/conda_build_config.yaml
info/recipe/meta.yaml
info/recipe/meta.yaml.template
info/recipe/libsolv/memcpy_to_memmove.patch
info/recipe/libsolv/win_static_build.patch
info/recipe/libmamba.patch
info/recipe/libsolv/add_strict_repo_prio_rule.patch
info/recipe/libsolv/conda_variant_priorization.patch

I think that micromamba does it.

AchmadFathoni commented on 2022-10-21 11:37 (UTC)

When using autocomplete _umamba_zsh_completions:2: command not found: completer The micromamba package doesn't have this problem.

carlosal1015 commented on 2022-08-14 22:31 (UTC)

Thank you @Corpswalker.