Windows下无法卸载Python 3.11



我想清理我机器上的unintsall python,但是python的卸载提示显示错误:

# **Setup Failed**
One or more issues cause the setup to fail. Please fix the issues and then retry the setup. For more information see the log file.
0x80070643- Fatal Error during Installation

在我尝试安装之前,python指的是必须解决的问题?启动器没有任何问题就卸载了,但是Python解释器没有卸载。我的python目录也没有Script文件夹,在那里我可以使用pip uninstall package_name命令。

我尝试删除AppDataPrograms中的Python文件夹,但它仍然没有删除。我在Pycharm中使用了Numpy和Sci-Kit包,所以我也删除了Pycharm,但是它仍然没有卸载。

以管理员身份运行CMD,然后进入以下目录:

C:Users{Your User Name}AppDataLocalPackage Cache{c6a7d2cb-61ea-4f5e-bc56-95faa938bacf}

然后输入如下:

python-3.11.3-amd64.exe /uninstall

你的安装版本可能不同,所以你必须更改为已安装的版本。

然后按回车

相关内容

  • 没有找到相关文章

最新更新