我在x86-64 PC上运行32位Windows。我应该下载32位还是64位Python安装程序?

时间:2022-11-19 02:54:36

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:

我有一台带有32位Windows Vista的Intel T9550 64位处理器。我想在我的电脑上安装Python 2.7.1。从python.org网站,我应该使用哪个安装程序:

  • "Python 2.7.1 Windows Installer"?
  • “Python 2.7.1 Windows Installer”?
  • or "Python 2.7.1 Windows X86-64 Installer"?
  • 或“Python 2.7.1 Windows X86-64安装程序”?

The latter one is for x86-64. I don't understand if this bit refers to the processor or the OS.

后者适用于x86-64。我不明白这个位是指处理器还是操作系统。

3 个解决方案

#1


6  

我在x86-64 PC上运行32位Windows。我应该下载32位还是64位Python安装程序?

#2


3  

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.

即使你有一个64位处理器,你的操作系统也是32位的。 Python的Windows安装程序面向构建它的操作系统,而不仅仅是处理器。由于您的操作系统是32位,因此您只能安装常规的32位Python 2.7.1 Windows安装程序。

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 64位,则可以安装32位(在32位仿真下)和x86-64种Python安装程序。

#3


1  

The first of the two Windows installers on the download page are for 32-bit versions of the operating system.

下载页面上的两个Windows安装程序中的第一个用于32位版本的操作系统。

The Windows AMD64 / Intel 64 / X86-64 description refers to 64-bit versions of Windows.

Windows AMD64 / Intel 64 / X86-64描述是指64位版本的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"

幸运的是,下载页面上不再提供其他64位版本Windows(IA64或Itanium)的安装程序。参见例如2.5.4下载:“`对于Win64-Itanium用户:python-2.5.4.ia64.msi”

#1


6  

我在x86-64 PC上运行32位Windows。我应该下载32位还是64位Python安装程序?

#2


3  

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.

即使你有一个64位处理器,你的操作系统也是32位的。 Python的Windows安装程序面向构建它的操作系统,而不仅仅是处理器。由于您的操作系统是32位,因此您只能安装常规的32位Python 2.7.1 Windows安装程序。

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 64位,则可以安装32位(在32位仿真下)和x86-64种Python安装程序。

#3


1  

The first of the two Windows installers on the download page are for 32-bit versions of the operating system.

下载页面上的两个Windows安装程序中的第一个用于32位版本的操作系统。

The Windows AMD64 / Intel 64 / X86-64 description refers to 64-bit versions of Windows.

Windows AMD64 / Intel 64 / X86-64描述是指64位版本的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"

幸运的是,下载页面上不再提供其他64位版本Windows(IA64或Itanium)的安装程序。参见例如2.5.4下载:“`对于Win64-Itanium用户:python-2.5.4.ia64.msi”