既然pywin32可以在pip中使用,从较早版本(安装了本地MSI的版本)升级到PIP最新最大的平滑途径是什么?我的PIP不会卸载旧版本,如下所述。======= C:\Users\bobhy> pip listPackage Version--------------- -------. . .pip 10.0.1pywin32 221. . .======= C:\Users\bobhy> pip install pywin32==223Collecting pywin32==223 Using cached https://files.pythonhosted.org/packages/9f/9d/f4b2170e8ff5d825cd4398856fee88f6c70c60bce0aa8411ed17c1e1b21f/pywin32-223-cp36-cp36m-win_amd64.whlInstalling collected packages: pywin32 Found existing installation: pywin32 221Cannot 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.
添加回答
举报
0/150
提交
取消