Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer Vender Issue #68613

Closed
HaydenYoung mannequin opened this issue Jun 10, 2015 · 4 comments
Closed

Installer Vender Issue #68613

HaydenYoung mannequin opened this issue Jun 10, 2015 · 4 comments
Labels
extension-modules C modules in the Modules dir OS-windows

Comments

@HaydenYoung
Copy link
Mannequin

HaydenYoung mannequin commented Jun 10, 2015

BPO 24425
Nosy @pfmoore, @tjguk, @zware, @zooba, @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2021-06-22.15:46:20.541>
created_at = <Date 2015-06-10.15:44:21.427>
labels = ['extension-modules', 'OS-windows']
title = 'Installer Vender Issue'
updated_at = <Date 2021-06-22.15:46:20.541>
user = 'https://bugs.python.org/HaydenYoung'

bugs.python.org fields:

activity = <Date 2021-06-22.15:46:20.541>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2021-06-22.15:46:20.541>
closer = 'iritkatriel'
components = ['Extension Modules', 'Windows']
creation = <Date 2015-06-10.15:44:21.427>
creator = 'Hayden Young'
dependencies = []
files = []
hgrepos = []
issue_num = 24425
keywords = []
message_count = 4.0
messages = ['245132', '245135', '245821', '396349']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'Hayden Young', 'John Laurence Poole', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue24425'
versions = ['Python 3.4']

@HaydenYoung
Copy link
Mannequin Author

HaydenYoung mannequin commented Jun 10, 2015

For some reason, my Python installer won't run properly. When I click install, after DISabling PIP in the installer (And with pip on), it tells me the following: "There is a problem with this windows installer package. A program required for this install to complete cannot be run. Contact your support personnel or package vendor."

Can anyone help me here?
I really need Python for school, but my laptop won't run this properly.
If it's to do with my specs, they are this:

Laptop: Dell Latitude E6230 (Non-SSD)
Core: Intel i5 Processor

PLEASE HELP!

@bitdancer bitdancer added extension-modules C modules in the Modules dir OS-windows and removed topic-installation labels Jun 10, 2015
@zooba
Copy link
Member

zooba commented Jun 10, 2015

Can you run the following command and then post the log.txt file it generates:

msiexec /l*vx log.txt /i <path to the Python MSI>

@JohnLaurencePoole
Copy link
Mannequin

JohnLaurencePoole mannequin commented Jun 25, 2015

I attempted to install on Windows Server 2008 R2 Service Pack 1 and had the same problems. I thought it might be proxy since I'm behind a firewall, but setting the usual values did not allow the program to overcome whatever it is that PIP is having problems with.

here's the log at the failure point:
MSI (s) (2C:BC) [11:10:26:806]: Executing op: CacheSizeFlush(,)
MSI (s) (2C:BC) [11:10:26:806]: Executing op: ActionStart(Name=UpdatePip,,)
Action 11:10:26: UpdatePip.
MSI (s) (2C:BC) [11:10:26:809]: Executing op: CustomActionSchedule(Action=UpdatePip,ActionType=3090,Source=C:\Python27\python.exe,Target=-m ensurepip -U --default-pip,)
MSI (s) (2C:BC) [11:10:26:812]: Note: 1: 1721 2: UpdatePip 3: C:\Python27\python.exe 4: -m ensurepip -U --default-pip
MSI (s) (2C:BC) [11:10:26:812]: Note: 1: 2262 2: Error 3: -2147287038
Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: UpdatePip, location: C:\Python27\python.exe, command: -m ensurepip -U --default-pip
MSI (s) (2C:BC) [11:10:30:520]: Note: 1: 2262 2: Error 3: -2147287038
MSI (s) (2C:BC) [11:10:30:520]: Product: Python 2.7.10 (64-bit) -- Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: UpdatePip, location: C:\Python27\python.exe, command: -m ensurepip -U --default-pip

Action ended 11:10:30: InstallFinalize. Return value 3.

To get this to install, during the installation, disengage entirely PIP, it's default is to install it.

@iritkatriel
Copy link
Member

Closing as 3.4 and 2.7 are no longer maintained and the installer was rewritten for 3.5.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir OS-windows
Projects
None yet
Development

No branches or pull requests

3 participants