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 to only a partial uninstall.

原文地址:https://www.cnblogs.com/pepetang/p/9504788.html

时间: 2024-11-08 05:55:51

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.的相关文章

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

[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

.project sturcture和Project Structure 无论是按快捷键或者是从files中打开都不显示

project sturcture和Project Structure 无论是按快捷键或者是从files中打开都不显示 event log中报:IllegalArgumentException:Multiple entries with same key: Google Inc.:Google APIs:23=Google APIs (Google Inc.) (API 23) and Google Inc.:Google APIs:23=Google APIs (Google Inc.) (A

安装TensorFlow中遇到 Cannot uninstall ‘wrapt‘

Installing collected packages: setuptools, markdown, protobuf, grpcio, tensorboard, wrapt, tensorflow-estimator, google-pasta, termcolor, astor, tensorflow  Found existing installation: setuptools 40.2.0    Uninstalling setuptools-40.2.0:      Succes

关于ipywidgets插件,错误'Widget Javascript not detected. It may not be installed or enabled properly.'

一.问题描述: 安装ipywidgets后,我在运行下述代码时,出现了错误`` import torch import torchvision import torchvision.transforms as transforms import matplotlib.pyplot as plt import ipywidgets as widgets import sys sys.path.append("..") import d2lzh_pytorch as d2l 错误显示: D

Pip安装依赖于six、requests库失败的解决方法

Installing collected packages: sixFound existing installation: six 1.4.1 DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils

Mysql命令自动补全-全网最全-支持语法高亮

方法一 今天再推荐一款命令行神器 - Mycli.Mycli 是一个MySQL命令行客户端工具,具有自动完成和语法突出显示功能.它是由印度人基于python开发的一个工具,适合初学者或者对数据库熟悉但命令记不住的人群,能很好地克服记不住命令的困难. 官网:http://mycli.net/开源地址:https://github.com/dbcli/mycli 安装建议先安装依赖 $ yum install python-pip python-devel$ pip install mycli 官方

在Windows上按照Kivy

Installation Now that python is installed, open the Command line and make sure python is available by typing python --version. Then, do the following to install. Ensure you have the latest pip and wheel: python -m pip install --upgrade pip wheel setu