Python 可用于 ARM 上的 Windows 吗?
Is Python available for Windows on ARM?
我知道 Python 在 ARM 上可用于 Mac 和 Linux,因为我在 Mac 上通过 Homebrew 安装了 Python,它是 ARM 并且我在 Ubuntu 上通过 apt
安装了 Python,它是 ARM。但是,我在 ARM 上找不到 link 的 Python 和 Windows 的任何下载。 Python 网站上的 Windows 下载 link 包含 amd64
因此它适用于 x86,而不是 ARM,并且 list of all links on the Releases page 仅包含 links对于 32 位和 64 位 x86。
有什么方法可以在 Windows 的 ARM 上原生获得 Python?也许有测试版或实验版,或者非官方版?
从Python 3.11:
开始支持
https://bugs.python.org/issue33125
I'll probably make the ARM64 packages available through the Windows Store for 3.11's prereleases, and possibly as a side-loadable MSIX from python.org.
同一张票还提到了一个用于测试目的的非官方构建:
我知道 Python 在 ARM 上可用于 Mac 和 Linux,因为我在 Mac 上通过 Homebrew 安装了 Python,它是 ARM 并且我在 Ubuntu 上通过 apt
安装了 Python,它是 ARM。但是,我在 ARM 上找不到 link 的 Python 和 Windows 的任何下载。 Python 网站上的 Windows 下载 link 包含 amd64
因此它适用于 x86,而不是 ARM,并且 list of all links on the Releases page 仅包含 links对于 32 位和 64 位 x86。
有什么方法可以在 Windows 的 ARM 上原生获得 Python?也许有测试版或实验版,或者非官方版?
从Python 3.11:
开始支持https://bugs.python.org/issue33125
I'll probably make the ARM64 packages available through the Windows Store for 3.11's prereleases, and possibly as a side-loadable MSIX from python.org.
同一张票还提到了一个用于测试目的的非官方构建: