Hi,
I have recently done a new install of the miniconda on our Linux HPC cluster (Running Rocky), for the people in my group. Conda is now version: 23.5.0
We have one miniconda installation for all our conda environment. All users from the group can install environments, if they want too.
Now I run into two problems and I describe the first here. The other one is in Thread: XXXXX
I have had now two times that a user has installed an environment, and after that I can not set-up and environment, without running
conda clean -i
however when I do that, I get this permissions issue:
conda clean -i
Will remove 1 index cache(s).
Proceed ([y]/n)? y
WARNING: cannot remove, file permissions: /cluster/projects/nn9305k/src/miniconda/pkgs/cache
but when I check the permissions for that directory, I find this:
drwxrwsr-x 2 evezeyl nn9305k 0 Jun 21 13:00 cache
which suggests that all people in our group nn9305k have read, write, execute access. So why is conda complaining about permissions? I can delete the cache folder, and it is created again when I use conda to build environments.
Anybody with an idea on how to resolve this?