我在WIN10中工作,使用Python2.7.15
我正在尝试安装软件包,在安装过程中我收到以下错误。
Cannot uninstall 'PyYAML'. 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.
我尝试使用pip (18.1)命令卸载,但收到了相同的错误。
pip uninstall PyYAML
如何在win10操作系统中卸载/升级distutils包。
https://stackoverflow.com/questions/52976349
复制相似问题