Skip to content

Error when creating an env when non sudoer on Ubuntu: filesystem error: status: Permission denied [/etc/pki/tls/certs/ca-bundle.crt] #56

Closed
@arthursw

Description

@arthursw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions