Tol*_*oly 22 python windows-installer setuptools anaconda conda
我有赢 10
运行时:
conda update conda
Run Code Online (Sandbox Code Playgroud)
我遇到了这个错误:
RemoveError: 'setuptools' is a dependency of conda and cannot be removed from
conda's operating environment.
Run Code Online (Sandbox Code Playgroud)
似乎没什么帮助
我尝试卸载 anaconda 并收到一条成功消息,但似乎仍有一些旧版本的痕迹仍然存在
如何彻底清除 Anaconda 安装的所有痕迹?
Tol*_*oly 47
While I still did not find how to cleanly uninstall anaconda, I was able to resolve the error by using the following:
conda update --force conda
conda update anaconda
Run Code Online (Sandbox Code Playgroud)
and again
conda update conda
Run Code Online (Sandbox Code Playgroud)
As a result, I got a stable environment with no dependency conflicts. Seems like something within latest conda is too restrictive and update must be forced.
我使用的是 Linux Ubuntu 16.04,它对我有用:
conda uninstall setuptools
# This is a must to make it work
conda install setuptools
conda update --force conda
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
24335 次 |
| 最近记录: |