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'
()

1 Answer

ok I solved this by

conda clean --all

after that, I reinstall a package by doing conda install

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like