【Verifying transaction: failed】

错误场景:

错误场景:anaconda prompt中输入命令conda update conda出现如下错误

Preparing transaction: done
Verifying transaction: failed

EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
  environment location: D:\anaconda install

原因分析:

用户没有对anaconda3文件夹的读写权限,造成其原因可能是由于在安装anaconda时使用了管理员权限

解决方案:

根据提示的环境安装路径 找到文件夹、点击右键后下滑找到属性

【Verifying transaction: failed】_第1张图片
【Verifying transaction: failed】_第2张图片
【Verifying transaction: failed】_第3张图片

进入 安全

【Verifying transaction: failed】_第4张图片

组或用户名 选择users ,修改权限->完全控制。确认后退出

【Verifying transaction: failed】_第5张图片

重新进入anaconda prompt 输入命令conda update conda,即可以正常运行

【Verifying transaction: failed】_第6张图片

你可能感兴趣的:(python,开发语言)