错误场景:
错误场景:anaconda prompt中输入命令conda update conda出现如下错误
Preparing transaction: doneVerifying transaction: failedEnvironmentNotWritableError: The current user does not have write permissions to the target environment. environment location: D:\anaconda install
原因分析:
用户没有对anaconda3文件夹的读写权限,造成其原因可能是由于在安装anaconda时使用了管理员权限
解决方案:
根据提示的环境安装路径 找到文件夹、点击右键后下滑找到属性
进入 安全
组或用户名 选择users ,修改权限->完全控制。确认后退出
重新进入anaconda prompt 输入命令conda update conda,即可以正常运行
来源地址:https://blog.csdn.net/weixin_49049930/article/details/129181288