gpt4 book ai didi

python - 删除错误 : 'pyopenssl' is a dependency of conda and cannot be removed from conda's operating environment

转载 作者:太空宇宙 更新时间:2023-11-04 11:16:46 29 4
gpt4 key购买 nike

我正在尝试在 Windows 10 上的 Ananconda 3.7 上安装和更新软件包。

当我运行代码时:

 conda update --all

甚至

 conda install pandas

我收到以下错误:

 RemoveError: 'pyopenssl' is a dependency of conda and cannot be removed from conda's operating environment

我不知道这是为什么?也不确定是否应该删除这个 pyopenssl 包,如果它无论如何都会有所帮助的话。

最佳答案

今天遇到了同样的问题,解决方法很简单:

conda deactivate
conda install --force-reinstall conda

如错误消息所述,'pyopenssl' 是 conda 的依赖项。所以我想出了强制重装conda的想法,从而忽略了依赖循环。并且您必须停用环境,否则 conda 会提示在虚拟环境仍处于事件状态时无法自行更新。

关于python - 删除错误 : 'pyopenssl' is a dependency of conda and cannot be removed from conda's operating environment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56831366/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com