Python Forum
Install issue 2.7.9 vs 2.7.14
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install issue 2.7.9 vs 2.7.14
#1
Hey Mates,

Sorry if this is in the wrong location, but I didnt see a support section. Anyone run into an issue with win 10 where the 64-bit msi will not install for 2.7.9 but the 2.17.4 one works fine?

Windows tells me the application failed to install because a part of the install could not run. Looks like it happens when the installer tries to launch python 2.7.9.

going bald on this one. thanks in advance
Reply
#2
(Jan-12-2018, 06:31 PM)Spankybus Wrote: but the 2.17.4 one works fine?
Every Python 2 version is backwards compatible.
Which mean that everything work 2.7.9 will also work in 2.7.14.
So to make it clear,you do only need 2.7.14(it just has more new stuff).

What you should use is Python 3.6(the best Python 3 release),
this is a clear advice we give to new user on this forum.
Python 3.6 and pip installation under Windows

I do of course know why you ask for 2.7.9,because that what your learning material use.
So there is no problem to have 2.7.14 and 3.6 installed at same time.
3.6 --> is the future,so getting into Python 3 as a new user is advisable.
Reply
#3
Thank you for the advise!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install dlib packge issue MahendraYadav 1 6,742 Aug-31-2021, 07:06 PM
Last Post: snippsat
  Issue in launching spyder that was installed using pip install on Python 3.6.1 python300 6 10,994 Jun-02-2017, 10:44 PM
Last Post: python300

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020