Updating Anaconda fails: Environment Not Writable Error

前端 未结 14 2025
萌比男神i
萌比男神i 2020-12-23 19:54

I\'m trying to update Anaconda and its packages using conda update --name root conda, but it fails every time.

Error message : Environme

14条回答
  •  温柔的废话
    2020-12-23 20:18

    On Windows, search for Anaconda PowerShell Prompt. Right click the program and select Run as administrator. In the command prompt, execute the following command:

    conda update -n base -c defaults conda
    

    Your Anaconda should now update without admin related errors.

提交回复
热议问题