简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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