3.14 the persistent one
▲ 3 r/AskProgramming+1 crossposts

3.14 the persistent one

I downloaded Python 3.14.3 from python.org without specifying a custom installation path, just clicked Install Now with default settings. It installed messily and wouldn't uninstall properly — I tried Settings, winget, PowerShell AppxPackage commands, nothing worked. Later I downloaded Python 3.13.14 and installed it to D:\python313 with a custom path, and it works fine. The old 3.14.3 still shows up in winget list but I can't find or delete it from Windows. Is there a way to completely uninstall it even if it's not causing problems? I just want a clean system with only one Python version.

PS C:\Users\LOQ> winget uninstall --id 9NCVDN91XZQP --source msstore --all-versions

Found Python 3.14.3 [9NCVDN91XZQP]

Starting package uninstall...

An unexpected error occurred while executing the command:

0x800401f5 : Application not found

PS C:\Users\LOQ>

u/_HOSNY — 13 days ago
▲ 6 r/pythonhelp+1 crossposts

learning python

i am trying to learn python but i need a ide that does not have suggestions so i can learn better

reddit.com
u/_HOSNY — 14 days ago