Python 3.16 将不再发布可执行安装程序。
Executable installer will stop being released with Python 3.16

原始链接: https://www.python.org/downloads/release/pymanager-261/

## Python 安装管理器摘要 从 Python 3.16(发布于 2026 年 3 月 31 日)开始,传统的可执行安装程序将被 Windows 平台的全新 Python 安装管理器取代。该管理器简化了安装和运行时管理,**建议通过 Microsoft Store 安装**。它也可以使用 WinGet 安装 (`winget install 9NQ7512CXL7T`)。 该管理器支持 Windows 10/Server 2022 及更高版本上的 Python 3.5 及更高版本。它会自动更新,并在首次启动时提供配置检查器(或通过 `py install --configure`)。 虽然仍然提供传统的 MSI 安装程序用于管理安装,但 MSIX 包是首选。建议卸载之前的 Python 启动器。卸载管理器本身*不会*卸载 Python 版本,但 `py uninstall --purge` 将执行完全清理。 反馈和问题报告应提交至 GitHub 仓库:[github.com/python/pymanager](https://github.com/python/pymanager)。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Python 3.16 将停止发布可执行安装程序 (python.org) 10 分,by ankitg12 1 小时前 | 隐藏 | 过去 | 收藏 | 1 条评论 帮助 dartharva 14 分钟前 [–] 他们应该认真考虑将 `scoop` 作为在 Windows 上安装 Python 的默认方式。它简洁,位于用户空间,并优雅地处理 CLI 执行别名。回复 考虑申请 YC 2026 夏季批次!申请截止至 5 月 4 日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

Release date: March 31, 2026

The Python install manager for Windows is our tool for installing and managing runtimes. The traditional executable installer will stop being released with Python 3.16

As well as the files below, the Python install manager can be installed using the Microsoft Store app. For most users, this is the recommended approach.

To install using WinGet, the command is winget install 9NQ7512CXL7T.

Full documentation for the Python install manager is available in our documentation. In particular, there are troubleshooting guides, as well as instructions around administrative installs, including intended use of the legacy MSI installer. Use of the Store app or the MSIX package is recommended.

The install manager can install versions of Python as far back as 3.5, but only supports Windows 10 operating systems (or Windows Server 2022) and later. Use py list --online to see all available packages, including the embeddable distro, experimental free-threaded builds, and packages including the standard library test suite and debug symbols.

We recommend uninstalling the Python launcher from previous installs when installing the Python install manager, as both use the py command. After installing the install manager, the first launch should run a configuration checker, which can also be manually launched with py install --configure or pymanager install --configure. Removing the install manager will not remove any installs, but the py uninstall --purge command will perform a full cleanup.

The Python install manager will automatically update within a day of an update being released. Once installed, you should not need to download the install manager again.

Please provide all feedback as issues on our GitHub repository at github.com/python/pymanager.

Full Changelog

Version Operating system Description File size MD5 checksum
Installer (MSIX) Windows Bundles Python 3.14.3 44.1 MB 6C778EC0E29ECCC5CBF47CD1A3D43346
MSI package Windows See documentation before use 9.5 MB FE937DB651C99A20F7048C20018A2692
联系我们 contact @ memedata.com