nguyenvulong / QA

The Unlicense
0 stars 0 forks source link

[conda] CondaError: No package 'defaults/linux-64::_libgcc_mutex-0.1-main' found in cache directories. #54

Open nguyenvulong opened 1 year ago

nguyenvulong commented 1 year ago

I got this problem while creating a new conda environment, fixing the permission in ~/.conda did not help. Make sure you can see the troublesome package in your base conda environment

image

If your conda is not owned by root user, you do not have to use sudo in the following commands

  1. remove it sudo bash -c "/opt/conda/bin/conda remove _libgcc_mutex"
  2. then install it again sudo bash -c "/opt/conda/bin/conda install _libgcc_mutex"

now try to create your environment again.