通过pip进行PYWIN32升级-错误无法卸载……由distutils安装……”

既然pywin32可以在pip中使用,从较早版本(安装了本地MSI的版本)升级到PIP最新最大的平滑途径是什么?


我的PIP不会卸载旧版本,如下所述。


======= C:\Users\bobhy

> pip list

Package         Version

--------------- -------

. . .

pip             10.0.1

pywin32         221

. . .


======= C:\Users\bobhy

> pip install pywin32==223

Collecting pywin32==223

  Using cached https://files.pythonhosted.org/packages/9f/9d/f4b2170e8ff5d825cd4398856fee88f6c70c60bce0aa8411ed17c1e1b21f/pywin32-223-cp36-cp36m-win_amd64.whl

Installing collected packages: pywin32

  Found existing installation: pywin32 221

Cannot uninstall 'pywin32'. 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.



德玛西亚99
浏览 672回答 2
2回答

拉莫斯之舞

解决方案是通过卸载MSI安装Control Panel > Uninstall or Change Program。之后,您可以通过安装pip。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python