码迷,mamicode.com
首页 > 其他好文 > 详细

pip安装:Cannot uninstall ''. It is a distutils installed project and thus we cannot accurately....解决办法

时间:2020-01-09 14:49:47      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:成功   package   nbsp   conda   pip   版本   and   name   info   

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....解决办法

标签:成功   package   nbsp   conda   pip   版本   and   name   info   

原文地址:https://www.cnblogs.com/USTBlxq/p/12171395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!