May 3, 2026
Py-thon? More like Py-drama
Executable installer will stop being released with Python 3.16
Python kills its old Windows installer, and users are already side-eyeing the app store
TLDR: Python will stop offering its old Windows installer with version 3.16 and wants most people to use its new install manager through the Microsoft Store or WinGet. That triggered instant backlash over forced store use, automatic updates, and offline installs, while others argued simpler setup is exactly the point.
Python’s Windows setup is getting a glow-up whether people like it or not: starting with version 3.16, the old familiar downloadable installer is being dropped in favor of the new Python install manager, with the Microsoft Store and WinGet pushed as the recommended paths. In plain English, one of the world’s most popular coding tools is changing how Windows users get it — and the comments instantly turned into a mini food fight.
The loudest reaction? Distrust of automatic updates and app-store gatekeeping. One commenter groaned at the idea that the manager updates itself within a day, basically asking, “Who in their right mind wants that?” Another went full drama mode, jokingly calling it the “Microslop Store” and acting like Python fans were being marched into a corporate mall against their will. Offline installs also became a flashpoint, with people asking the very practical question: what if you need to install this on a machine without internet?
But not everyone was clutching pearls. One user pushed back on the outrage, reminding everyone that some people actually like simple, locked-down systems because they’re easier to manage. Meanwhile, another commenter nominated Scoop as the cooler, cleaner alternative, and one eagle-eyed joker couldn’t resist laughing at the bizarre WinGet package code, asking if the name was “on purpose.” So yes, this is technically a software distribution change — but emotionally, it’s become a classic internet battle over control, convenience, and whether Microsoft can ever be trusted with anything.
Key Points
- •The traditional executable installer for Python on Windows will no longer be released starting with Python 3.16.
- •The Python install manager is the primary Windows tool for installing and managing Python runtimes.
- •For most users, the recommended installation method is the Microsoft Store app, with WinGet and MSIX also supported.
- •The install manager can install Python versions back to 3.5 but only supports Windows 10, Windows Server 2022, and later.
- •The install manager updates automatically, supports configuration and cleanup commands, and shares the `py` command with the older Python launcher.