简体   繁体   English

错误 conda.core.link:_execute(699): 安装包 'defaults::openssl-1.1.1l-h2bbff1b_0' 时出错

[英]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.我正在尝试使用 conda update pandas 更新 pandas,然后出现以下错误。 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之后,我通过执行 conda install 重新安装一个包

暂无
暂无

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

相关问题 错误 conda.core.link:_execute(699): 安装包“defaults::qt-5.9.7-vc14h73c81de_0”时出错。 回滚事务:完成 - ERROR conda.core.link:_execute(699): An error occurred while installing package 'defaults::qt-5.9.7-vc14h73c81de_0'. Rolling back transaction: done 错误 conda.core.link:_execute(698):安装包“defaults::icu-58.2-ha925a31_3”时出错 - ERROR conda.core.link:_execute(698): An error occurred while installing package 'defaults::icu-58.2-ha925a31_3' 错误 conda.core.link:_execute(700): 安装 package 'defaults::qt-5.9.7-vc14h73c81de_0' 时出错 - ERROR conda.core.link:_execute(700): An error occurred while installing package 'defaults::qt-5.9.7-vc14h73c81de_0' 更新时的Conda错误:`conda.core.link:_execute(637):安装包'None'时发生错误。 Asse田()` - Conda error on update: `conda.core.link:_execute(637): An error occurred while installing package 'None'. AssertionError()` 安装 conda 包时出错:conda.core.link:_execute(696):安装包“conda-forge::qt-5.9.7-h506e8af_3”时出错 - Error installing conda packages: conda.core.link:_execute(696): An error occurred while installing package 'conda-forge::qt-5.9.7-h506e8af_3' 错误 conda.core.link:_execute(502): 安装包 'conda-forge::astor-0.7.1-py_0' 时出错 - ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::astor-0.7.1-py_0' 错误 conda.core.link:_execute(701):更新 conda 包时出错 - ERROR conda.core.link:_execute(701): An error occured while updating conda packages 克隆 conda env 失败:错误 conda.core.link:_execute(543) - Cloning conda env fails: error conda.core.link:_execute(543) 如何处理“ ERROR conda.core.link:_execute_actions(337)”? - How to handle “ERROR conda.core.link:_execute_actions(337)”? python-docx 不会安装 ERROR conda.core.link:_execute(700) - python-docx won't install ERROR conda.core.link:_execute(700)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM