简体   繁体   中英

ERROR conda.core.link:_execute(699): An error occurred while installing package 'defaults::openssl-1.1.1l-h2bbff1b_0'

I am trying to update pandas using conda update pandas, then I got the below error. Thanks for your help.


(forecast) C:\Users\test>conda update pandas

Preparing transaction: done
Verifying transaction: done
Executing transaction: | Uninstalling jupyter-js-widgets jupyter-js-widgets/extension

done
ERROR conda.core.link:_execute(699): An error occurred while installing package 'defaults::openssl-1.1.1l-h2bbff1b_0'.
Rolling back transaction: done

[Errno 13] Permission denied: 'C:\\Users\\test\\miniconda3\\envs\\forecast\\Library\\bin\\libssl-1_1-x64.dll'
()

ok I solved this by

conda clean --all

after that, I reinstall a package by doing conda install

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