Windows 10 failed installation of Python 3.7.4 (32-bit)

0

I try to install Python 3.7.4 (32-bit) on Windows 10, but failed with 0x80070642 - User cancelled installation.

Infos of hardware:

Processor: Intel CPU G3450; RAM: 12.0 GB; System: 64-bit OS, x64-based processor

This is part of error log:

...
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to create cache directory: C:\ProgramData\Package Cache\{D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0\
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to get cached path for package with cache id: {D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to cache payload: launcher_AllUsers
[DFE4:10A1C][2019-08-03T15:37:48]e314: Failed to cache payload: launcher_AllUsers from working path: C:\Users\User\AppData\Local\Temp\{E6723559-681A-4F18-BCC8-8BF5BBA38C2F}\launcher_AllUsers, error: 0x80070003.
[DFE4:10A1C][2019-08-03T15:37:48]e349: Application requested retry of payload: launcher_AllUsers, encountered error: 0x80070003. Retrying...
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to create cache directory: C:\ProgramData\Package Cache\{D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0\
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to get cached path for package with cache id: {D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0
[F48C:F4BC][2019-08-03T15:37:48]e000: Error 0x80070003: Failed to cache payload: launcher_AllUsers
[DFE4:10A1C][2019-08-03T15:37:48]e314: Failed to cache payload: launcher_AllUsers from working path: C:\Users\User\AppData\Local\Temp\{E6723559-681A-4F18-BCC8-8BF5BBA38C2F}\launcher_AllUsers, error: 0x80070003.
[DFE4:10A1C][2019-08-03T15:37:48]e349: Application requested retry of payload: launcher_AllUsers, encountered error: 0x80070003. Retrying...
[F48C:F4BC][2019-08-03T15:37:49]e000: Error 0x80070003: Failed to create cache directory: C:\ProgramData\Package Cache\{D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0\
[F48C:F4BC][2019-08-03T15:37:49]e000: Error 0x80070003: Failed to get cached path for package with cache id: {D722DA3A-92F5-454A-BD5D-A48C94D82300}v3.7.6762.0
[F48C:F4BC][2019-08-03T15:37:49]e000: Error 0x80070003: Failed to cache payload: launcher_AllUsers
[DFE4:10A1C][2019-08-03T15:37:49]e314: Failed to cache payload: launcher_AllUsers from working path: C:\Users\User\AppData\Local\Temp\{E6723559-681A-4F18-BCC8-8BF5BBA38C2F}\launcher_AllUsers, error: 0x80070003.
[DFE4:1085C][2019-08-03T15:37:49]e000: Error 0x80070642: Failed to install MSI package.
[DFE4:1085C][2019-08-03T15:37:49]e000: Error 0x80070642: Failed to configure per-user MSI package.
[DFE4:1085C][2019-08-03T15:37:49]i319: Applied execute package: core_JustForMe, result: 0x80070642, restart: None
[DFE4:1085C][2019-08-03T15:37:49]e000: Error 0x80070642: Failed to execute MSI package.
[DFE4:1085C][2019-08-03T15:37:49]i318: Skipped rollback of package: core_JustForMe, action: Uninstall, already: Absent
[DFE4:1085C][2019-08-03T15:37:49]i319: Applied rollback package: core_JustForMe, result: 0x0, restart: None
[DFE4:1085C][2019-08-03T15:37:49]i329: Removed package dependency provider: {A56641A4-58A7-471F-A0AE-A6633F4FA2BB}, package: core_JustForMe
[DFE4:1085C][2019-08-03T15:37:49]i351: Removing cached package: core_JustForMe, from path: C:\Users\User\AppData\Local\Package Cache\{A56641A4-58A7-471F-A0AE-A6633F4FA2BB}v3.7.4150.0\
[DFE4:1085C][2019-08-03T15:37:49]i329: Removed package dependency provider: {80B8B1A9-503F-4609-B044-6AC3E3E79115}, package: ucrt_JustForMe
[DFE4:1085C][2019-08-03T15:37:49]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{b66087e3-469e-4725-8b9b-f0981244afea}, resume: None, restart: None, disable resume: No
[DFE4:1085C][2019-08-03T15:37:49]i330: Removed bundle dependency provider: CPython-3.7-32
[DFE4:1085C][2019-08-03T15:37:49]i352: Removing cached bundle: {b66087e3-469e-4725-8b9b-f0981244afea}, from path: C:\Users\User\AppData\Local\Package Cache\{b66087e3-469e-4725-8b9b-f0981244afea}\
[DFE4:1085C][2019-08-03T15:37:49]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{b66087e3-469e-4725-8b9b-f0981244afea}, resume: None, restart initiated: No, disable resume: No
[DFE4:1085C][2019-08-03T15:37:50]i399: Apply complete, result: 0x80070642, restart: None, ba requested restart:  No

Anyone could help me to solve this issue? Thanks at advance.

windows-10
32-bit
python-3.7
asked on Stack Overflow Aug 3, 2019 by ahbon

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0