We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mambaforge or latest Miniforge
envs_dirs crash
I do not have this problem with Conda, just with Mamba
Another deviation from mamba v1 -> v2.
The following crashes mamba 2, but works fine in mamba 1.
mkdir -p /tmp/envroot/envs && \ chmod 0 /tmp/envroot/envs && \ CONDA_ENVS_DIRS=/tmp/envroot/envs micromamba create -n test132 ... critical libmamba filesystem error: status: Permission denied [/tmp/envroot/envs/test132] info libmamba ****************** Backtrace End ********************
I'll work up a PR for this soon.
libmamba version : 2.0.5 micromamba version : 2.0.5 curl version : libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0 libarchive version : libarchive 3.7.7 zlib/1.3.1 bz2lib/1.0.8 libzstd/1.5.6 envs directories : /home/burt/micromamba/envs package cache : /home/burt/micromamba/pkgs /home/burt/.mamba/pkgs environment : mamba (active) env location : /home/burt/micromamba/envs/mamba user config files : /home/burt/.mambarc populated config files : /home/burt/.condarc virtual packages : __unix=0=0 __linux=5.14.0=0 __glibc=2.34=0 __archspec=1=x86_64_v3 channels : https://conda.anaconda.org/conda-forge/linux-64 https://conda.anaconda.org/conda-forge/noarch base environment : /home/burt/micromamba platform : linux-64
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
envs_dirs crash
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
Another deviation from mamba v1 -> v2.
The following crashes mamba 2, but works fine in mamba 1.
I'll work up a PR for this soon.
mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: