Which python to install if I have an Intel Core i7 and 64-Bit Windows 7?
I have to install Python 2.5.4 from http://www.python.org/download/releases/2.5.4/ which is required for the pcraster program.
However there are three python choices
For x86 processors: python-2.5.4.msi For Win64-Itanium users: python-2.5.4.ia64.msi For Win64-AMD64 users: python-2.5开发者_C百科.4.amd64.msiI know I have Win64 but I am not sure if my i7 processor is Itanium or AMD? Can someone knowledgeable please help me?
Install the Win64-AMD64 version. Since AMD won the race to implement the 64 bit architecture before Intel, the architecture is still commonly known as AMD64.
Irony!
Intel licensed x86 architecture to AMD. Years later. AMD licensed AMD64 (based on the x86 architecture) to Intel!
Read more about it from Wikipedia: x86-64.
Both the 32- and 64-bit (AMD) versions will work on a 64-bit Win7 system. Which you want to install depends on the 3rd-party libraries you wish to use. Some libraries only support the 32-bit version.
It really depends if your Windows is 64-bits or not. If it is, you should install Win64-AMD64, if not (32-bits) then x86.
Cheers.
Just for the records:
As of now (2023-March-09) the latest Python version with installer which runs on Windows 7 is release 3.8.10
Source: Python 3.8.10 Windows Installer (64-bit) from https://www.python.org/downloads/release/python-3810/
精彩评论