如何删除 Python distutils 共享库动态模块

问题描述

我不小心编译并安装了一个使用 disutilsetupExtention 的共享库,它被命名为 py,它隐藏了认模块 py

尝试,结果

$ pip uninstall py
Found existing installation: py 0.0.0
ERROR: Cannot uninstall 'py'. 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.

有没有办法删除这样的包?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)