conda在Py配置环境中报错:The current user does not have write permissions to the target environment当前用户没有写入权限
问题1:在Winodws 10下使用pycharm2022配置环境时报错:”EnvironmentNotWritableError: The current user does not have write permissions to the target environment. location:
问题2:以及配置环境过程中可执行文件出现anaconda根目录下的_conda.exe或者Scripts的conda.exe为无效,无法使用conda的部分包。
主要原因1:用户没有对anaconda3文件夹的读写权限,造成其原因可能是由于在安装anaconda时使用了管理员权限
主要原因2:用户没有对anaconda进行系统环境配置
解决方法1:将pycharm配置环境中的位置加载为C盘目录的用户名下,anaconda安装时会产生一个conda的文件夹,此时就不会报错权限问题
解决方法2:打开高级系统设置,将系统环境以及path配置好
-添加环境变量(G:\anaconda为我自己的conda安装目录) condaRootPath E:\anaconda
path路径新建内容
%condaRootPath%
%condaRootPath%\Scripts\
%condaRootPath%\Library\bin\
%condaRootPath%\Library\mingw-w64\bin\