Anaconda 创建环境时,报错:
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
Anaconda 报错ERROR: Cannot uninstall 'wrapt'. 解决办法
原文:https://www.cnblogs.com/ctgu/p/12679978.html