![]() |
3.6.4 windows 64 bit version - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: News and Discussions (https://python-forum.io/forum-31.html) +--- Thread: 3.6.4 windows 64 bit version (/thread-7653.html) |
3.6.4 windows 64 bit version - raysmith48 - Jan-19-2018 I am new to this. I am trying to get the 64 bit version but I am only getting offered the 32 bit version. I'm running Windows 10 professional version 1709 with Intel I5 6400 cpu. Any ideas please? RE: 3.6.4 windows 64 bit version - Larz60+ - Jan-19-2018 I am assuming that you are talking about the python interpreter. I run windows 7, so not sure about windows 10, you may have to modify the following somewhat. You may have to completely uninstall python, and re-install. there may be several reasons. Check all of the following:
This should get it loaded properly. RE: 3.6.4 windows 64 bit version - j.crater - Jan-19-2018 Try here: https://www.python.org/downloads/release/python-364/ Files: Windows x86-64 RE: 3.6.4 windows 64 bit version - raysmith48 - Jan-19-2018 (Jan-19-2018, 11:00 AM)j.crater Wrote: Try here: Thanks - I've been on that page before, but the only Windows 64 bit installer I can see is for AMD processors not Intel. Unless I'm reading it wrong? Silly me - I was reading it wrong - I never got past AMD to see x64 a few character further on!! Sorry (Jan-19-2018, 10:59 AM)Larz60+ Wrote: I am assuming that you are talking about the python interpreter. THanks for your help. I was being stupid. I can see what I was reading wrong now! RE: 3.6.4 windows 64 bit version - j.crater - Jan-19-2018 You were not being stupid, there is quite a confusion with CPU architecture names. AMD is in name there because they developed the 64 bit architecture (or specification?), which was then also adopted by Intel =) https://en.wikipedia.org/wiki/X86-64 |