pip安装:Cannot uninstall ''. It is a distutils installed project and thus we cannot accurately
Posted ustblxq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装:Cannot uninstall ''. It is a distutils installed project and thus we cannot accurately相关的知识,希望对你有一定的参考价值。
pip安装:Cannot uninstall ‘‘. It is a distutils installed project and thus we cannot accurately....解决办法
1. 暴力删除:
我的python是在anaconda下,依次进入 anaconda3安装目录/lib/python3.6/site-packages/ ,搜索<package name>.egg-info,手动删除;
2. 网上下载相应的安装包
下载好对应版本的 whl文件,在下载文件下,打开终端,输入 “pip install xxx.whl” 显示安装成功。
以上是关于pip安装:Cannot uninstall ''. It is a distutils installed project and thus we cannot accurately的主要内容,如果未能解决你的问题,请参考以下文章