Cannot uninstall '*******'. It is a distutils installed project and thus we cannot accurately....解决办法

找到python以下路径:

然后再找到这个文件把它删除就可以了

可能的原因,可能之前的第三方库是通过离线文件方式安装的, 删除相应的egg-info后可以尝试解决。

Cannot uninstall '*******'. It is a distutils installed project and thus we cannot accurately....解决办法

原文地址:https://www.cnblogs.com/ZHANG576433951/p/11147462.html

时间: 2024-10-07 19:06:24

Cannot uninstall '*******'. It is a distutils installed project and thus we cannot accurately....解决办法的相关文章

Cannot uninstall '***'. 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.

参考:https://github.com/blockstack/blockstack-core/issues/504 pip install --ignore-installed ${PACKAGE_NAME} Cannot uninstall '***'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead t

[python] 安装TensorFlow问题 解决Cannot uninstall 'wrapt'. It is a distutils installed project

cmd安装 pip install tensorflow 1.遇到了 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. 办法1:输入 pip install -U --ignore-inst

安装theano时候发现报错:cannot install ''numpy'.It is a distutils installed project and thus we cannot ...

发现我安装theano的时候需要numpy需要1.9以上版本,而我之前自带的numpy是1.8版本,所以版本有问题.根本原因是theano需要的numpy版本不符合要求,但是numpy已经安装过了,所以无法进行直接卸载.提供两个解决方法: 解决方法1:直接找到numpy的安装目录,直接通过sudo rm 去对文件夹进行删除.(如果找不到文件夹,可以通过下面截图方式,一般都在dist-packages目录下) 方法2:(强行安装更新更高的版本) sudo pip install numpy --i

Invalid JDK version in profile 'doclint-java8-disable': Unbounded range: [1.8, for project com.google.code.gson:gson 解决办法

利用maven打包的时候遇到这个问题 在git上发现一个解决方案 问题解决 Invalid JDK version in profile 'doclint-java8-disable': Unbounded range: [1.8, for project com.google.code.gson:gson 解决办法 原文地址:https://www.cnblogs.com/macwhirr/p/10314661.html

决Myeclipse或Eclipse出现JPA project Change Event Handler问题的解决办法

先退出,进入安装目录 cmd控制台执行 mkdir disabled mkdir disabled\features mkdir disabled\plugins move plugins\org.eclipse.jpt.* disabled\plugins move features\org.eclipse.jpt.* disabled\features 进入就好了 适用于win版本 原文地址:https://www.cnblogs.com/liglacier/p/11698423.html

Visual Studio Code 打开.py代码报Linter pylint is not installed解决办法

刚刚开始学习Python 编程,在Visual Studio Code 打开.py代码总是报Linter pylint is not installed错误,最后从网上找到解决办法记录一下: 原文地址:https://blog.csdn.net/lhb215215/article/details/79830242 确保已经安装Python编译环境 点击下图位置(这个是我已经安装过后的文字,原本显示“搜索Python”字样) 点击后显示如下,点击安装 然后出现一大坨命令,编辑器上面会出现 pip

WebStorm中将Project分享到GitHub时报“Error Running Git”错误的解决办法

错误信息 Cannot run program "git.exe":CreateProcess error=2,系统找不到指定的文件. 解决办法 从错误信息就可以知道,WebStorm找不到git.exe的路径. 解决办法如下: 1.从Github For Windows下载Windows版Github客户点并安装 2.配置git环境变量 设置环境变量,添加git.exe的路径到Path.git.exe的路径类似:C:\Users\[用户名]\AppData\Local\GitHub\

1.Maven+SpringMVC+Eclipse软件安装配置,Maven报插件错误,Eclipse总是卡死的解决办法,导入一个maven工程后 一直显示importing maven project

 使用Maven+SpringMVC+Eclipse软件安装配置过程中的问题: 1.Eclipse总是卡死的解决办法: 一:内存不足所以会卡死,配置一下eclipse.ini修改这几个值就好了-XX:MaxPermSize=768m-Xms1024m-Xmx3072m搜索 二:修改window->preferences --- > JAVA->Edittor->Hovers,将右侧所有复选框清空. 2.因为eclipse上一次未正常关闭,导致启动卡死,错误日志为: [plain

Android Studio在创建/导入项目的时候,一直处于building “XXX”gradle project info的解决办法

Android Studio在新建项目或者导入项目的时候,可能会一直处于building “XXX”gradle project info的状态,而且还取消不了,无奈之下只能干掉进程... 还有一种情况就是Gradle Project Compile Error,也是同样的问题,下面解释一下为何出现这些问题~~ 打开Android Studio项目下的gradle\wrapper\gradle-wrapper.properties这个文件,看看里面内容 #Wed Apr 10 15:27:10