大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
ubuntu系统下使用pip uninstall scipy命令卸载包时,遇到报错信息为:
ERROR: Cannot uninstall ‘scipy’. 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.
最终发现通过以下方式可以解决:
在/根目录下搜索“scipy”,最终在/usr/lib/python3/dist-packages/路径下找到一个scipy文件夹以及一个scipy.egg-info文件(具体名称略有不同),将这两个文件全部删掉,然后再进行pip安装/卸载即可。
转自:https://www.cnblogs.com/mickeyyang/p/13262479.html
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/181144.html原文链接:https://javaforall.net