当前位置:   article > 正文

无法在anaconda创建新环境问题_conda 无法创建3.10python环境

conda 无法创建3.10python环境

conda create -n your_env_name python=X.X(2.7、3.6等)

出现以下错误的解决办法

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

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

无法用conda install 装 setuptools 和requests ,可以用conda update conda 修复,然后就可以创建环境了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/196771
推荐阅读
相关标签
  

闽ICP备14008679号