How does one fix the issue of not writable paths with conda?

前端 未结 5 1159
梦谈多话
梦谈多话 2021-02-05 15:33

Why do I see the following error when using conda (usually when installing packages or making new envs) and how do I fix it:

Verifying transaction: | WARNING cond         


        
5条回答
  •  滥情空心
    2021-02-05 16:01

    if you are on Mac & have install Anaconda from GUI. try

    change the permission of opt/anaconda3/ folder to Read & write.

    This solved my problem.

提交回复
热议问题