惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
小众软件
小众软件
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
S
SegmentFault 最新的问题
H
Help Net Security
量子位

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - micromamba-bin
2026-06-12 · via AUR Newest Packages

StephenJKHsieh commented on 2026-05-24 10:09 (UTC)

The check() function fails if the user has a global configuration (like custom envs_dirs or root_prefix) defined in their ~/.condarc or ~/.mambarc.

During the check phase, micromamba create picks up the user's host configuration because it lacks the --no-rc flag. 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_PREFIX under /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)

@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.

@siavoshkc, I don't think this package should provide mamba, because the current AUR mamba package is something completely different from this.

Adding mamba to 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:

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