‘setuptools‘ is a dependency of conda and cannot be removed from
Posted AI浩
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了‘setuptools‘ is a dependency of conda and cannot be removed from相关的知识,希望对你有一定的参考价值。
错误:‘setuptools’ is a dependency of conda and cannot be removed from
解决方法:
#卸载setuptools
pip uninstall setuptools
#再更新conda
conda update --force conda
#最后安装
conda install setuptools
以上是关于‘setuptools‘ is a dependency of conda and cannot be removed from的主要内容,如果未能解决你的问题,请参考以下文章
python安装提示No module named setuptools,wget提示ERROR 403: SSL is required
Setuptools 无法使用来自 dependency_links 的链接
ERROR 403: SSL is required的解决方案
错误overlay id is not a dependency project原因分析
CocoaPods报错:The dependency `xxx` is not used in any concrete target
vue 使用webpack 打包 出现UnhandledPromiseRejectionWarning: Error: “dependency“ is not a valid chunk sort m