错误 conda.core.link:_execute(698): 安装包 'defaults::icu-58.2-ha925a31_3' 时出错

Nit*_*ini 5 python machine-learning chatbot anaconda recurrent-neural-network

我使用 anaconda 提示符创建了环境,conda create -n talkingbot python=3.5然后安装pip install tensorflow==1.0.0(遵循与一个 udemy 课程中使用的命令相同的命令)但是当我尝试使用conda install spyderthen安装 spyder 时,它给了我这个错误:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(698): An error occurred while installing package 'defaults::icu-58.2-ha925a31_3'.
Rolling back transaction: done

[Errno 13] Permission denied: 'C:\\Users\\Lenovo\\anaconda3\\envs\\talkingbot\\Library\\bin\\icudt58.dll'
()
Run Code Online (Sandbox Code Playgroud)

然后我尝试使用 anaconda navigator 安装 spyder,但从那里也没有安装 spyder。

帮我解决这个问题。

小智 -2

您必须执行此命令: conda install -c conda-forge jupyterlab

执行 conda install notebook ipykernel 后