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
I tried to create an environment on Ubuntu 22.04 (I am not sudoer):
$ micromamba create -n envName python==3.10.8 -y
And I got the following error:
conda-forge/noarch Using cache nodefaults/linux-64 No change nodefaults/noarch No change critical libmamba Multiple errors occured: filesystem error: status: Permission denied [/etc/pki/tls/certs/ca-bundle.crt]
I installed micromamba the manual way:
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba export MAMBA_ROOT_PREFIX=/my/prefix eval "$(./bin/micromamba shell hook -s posix)" micromamba config append channels conda-forge micromamba config append channels nodefaults micromamba config set channel_priority flexible
Is there something I missed? What can I do?
The text was updated successfully, but these errors were encountered:
This issue should be opened in the mamba repo: cf. mamba-org/mamba#3632
mamba
Sorry, something went wrong.
No branches or pull requests
I tried to create an environment on Ubuntu 22.04 (I am not sudoer):
$ micromamba create -n envName python==3.10.8 -y
And I got the following error:
I installed micromamba the manual way:
Is there something I missed? What can I do?
The text was updated successfully, but these errors were encountered: