【发布时间】:2019-07-01 07:12:49
【问题描述】:
我正在尝试在 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 包,如果它无论如何都会有所帮助。
【问题讨论】: