星空博客

Anaconda安装库时出现错误,ERROR: Cannot uninstall 'wrapt'. 解决办法

ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

使用下面语句:

pip install -U --ignore-installed wrapt enum34 simplejson netaddr

posted on 2021-05-19 14:25  星空博客  阅读(367)  评论(0编辑  收藏  举报

导航