简体   繁体   English

无法在 Anaconda 中安装 Jupyter Notebook

[英]Can not install Jupyter Notebook in Anaconda

enter image description here I was trying to use Anaconda to install Jupyter Notebook via command "conda install jupyter", but it was failure.在此处输入图像描述我试图使用 Anaconda 通过命令“conda install jupyter”安装 Jupyter Notebook,但失败了。

The error msg was like:错误消息是这样的:

Preparing transaction: done

Verifying transaction: done

Executing transaction: done

ERROR conda.core.link:_execute(700): An error occurred while installing package 'defaults::icu-58.2-ha66f8fd_1'.

Rolling back transaction: done

[Errno 13] Permission denied: 'C:\\Users\\yanqing\\Anaconda3\\envs\\pymc3\\Library\\bin\\icudt58.dll'

As the error states, you don't have permission to install any package at the system level.正如错误所述,您无权在系统级别安装任何软件包。 You can install it at the user level with您可以在用户级别安装它

conda install jupyter --use-local

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM