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” 显示安装成功。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM