
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.cn/181144.html原文链接:https://javaforall.cn