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
Freshly downloaded Miniforge. Found on regular machine, but easily reproducible in docker:
FROM ubuntu:latest RUN apt-get update && apt-get install -y wget RUN wget https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-Linux-x86_64.sh \ && chmod +x Mambaforge-23.11.0-0-Linux-x86_64.sh \ && touch $HOME/micromamba \ && ./Mambaforge-23.11.0-0-Linux-x86_64.sh -p /opt/mamba -b
Gives:
PREFIX=/opt/mamba Unpacking payload ... info libmamba ****************** Backtrace Start ****************** debug libmamba Loading configuration trace libmamba Compute configurable 'create_base' trace libmamba Compute configurable 'no_env' trace libmamba Compute configurable 'no_rc' trace libmamba Compute configurable 'rc_files' trace libmamba Compute configurable 'root_prefix' critical libmamba Could not use default 'root_prefix': /root/micromamba: File is not a directory. info libmamba ****************** Backtrace End ********************
I've removed it so my install can continue, but this surprised me.
na
The text was updated successfully, but these errors were encountered:
Update micromamba version to 1.5.7
feac863
xref: conda-forge#566
hmm curious. lets see if updating micromamba fixes things;
#572
once those builds pass, i'll try to add the reproducer to our tests. Seems like a really strange behavior.
Sorry, something went wrong.
We might need to set MAMBA_ROOT_PREFIX in constructor as a workaround.
MAMBA_ROOT_PREFIX
constructor
~/micromamba
No branches or pull requests
Solution to issue cannot be found in the documentation.
Issue
Freshly downloaded Miniforge. Found on regular machine, but easily reproducible in docker:
Gives:
I've removed it so my install can continue, but this surprised me.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: