一、核心问题
目前在 windows 机器上面安装 python,去 python 官网下载下来的安装文件不是具体的某一个版本的 python,而是一个叫做'python-manager-25.0.msix'的东西。这个东西被称作为'python install manager',并且后面这种方式安装 python 将成为 windows 系统安装 python 的主流方式,官网原文如下:
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.

