【发布时间】:2019-03-29 07:16:28
【问题描述】:
我在 WIN10 中工作,使用 python 2.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 包。
【问题讨论】:
-
你在运行什么命令?你是如何安装这个包的?
-
我更新了我的问题,谢谢
-
你是如何安装 PyYAML 的?
标签: python python-2.7 pip