我在 x86-64 PC 上运行 32 位 Windows。我应该下载 32 位还是 64 位 Python 安装程序?
我有一个 Intel T9550 64 位处理器和 32 位 Windows Vista。我想在我的电脑上安装 Python 2.7.1。在 python.org 网站上,我应该使用哪个安装程序:
- “Python 2.7.1 Windows Installer”?
- 或“Python 2.7.1 Windows X86-64 安装程序”?
后一种适用于 x86-64。我不明白这个位是指处理器还是操作系统。
I have an Intel T9550 64-bit processor with 32-bit Windows Vista. I want to install Python 2.7.1 onto my PC. From the python.org website, which installer should I use:
- "Python 2.7.1 Windows Installer"?
- or "Python 2.7.1 Windows X86-64 Installer"?
The latter one is for x86-64. I don't understand if this bit refers to the processor or the OS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
即使您有 64 位处理器,您的操作系统也是 32 位风格的。 Python 的 Windows 安装程序针对的是它所构建的操作系统,而不仅仅是处理器。由于您的操作系统是 32 位,因此您只能安装常规的 32 位 Python 2.7.1 Windows 安装程序。
请注意,如果您的计算机上安装的是 64 位 Windows,则可以安装 32 位(在 32 位模拟下)和 x86-64 风格的 Python 安装程序。
Even though you have a 64-bit processor, your OS is of a 32-bit flavour. The Windows installer for Python targets the OS it is built on, not just the processor. Since your OS is 32-bit, you can only install the regular 32-bit Python 2.7.1 Windows installer.
Note that you can install both 32-bit (under a 32-bit emulation) and x86-64 flavours of Python installer had you have Windows 64-bit on your machine.
下载页面上的两个 Windows 安装程序中的第一个适用于 32 位版本的操作系统。
Windows AMD64 / Intel 64 / X86-64 描述是指 64 位版本的 Windows。
幸运的是,还有其他 64 位版本 Windows 的安装程序 - IA64 或 Itanium -
下载页面上不再提供。例如,请参阅 2.5.4 下载:
“`对于 Win64-Itanium 用户:python-2.5.4.ia64.msi”
The first of the two Windows installers on the download page are for 32-bit versions of the operating system.
The Windows AMD64 / Intel 64 / X86-64 description refers to 64-bit versions of Windows.
Luckily, an installer for the other 64 bit version of windows - IA64, or Itanium -
is no longer available on the download page. See for example 2.5.4 downloads:
"`For Win64-Itanium users: python-2.5.4.ia64.msi"