python / psf-infra-meta

Meta-repository for PSF backed or managed systems. Created mainly for the issue tracker :)
10 stars 9 forks source link

"Could not access network location _\." during installation of python 3.x on windows 10 #96

Closed DylanWake closed 3 years ago

DylanWake commented 3 years ago

I tried all the python releases of python 3.x, with all the runnable installers giving me this message "Could not access network location _." , which interrupted the installation.

the log info:

[9214:1F54][2021-01-27T22:16:13]i323: Registering package dependency provider: {DBB71382-9F82-4A85-8419-DBB8D42DAFFE}, version: 3.8.6150.0, package: dev_JustForMe
[9214:1F54][2021-01-27T22:16:13]i301: Applying execute package: dev_JustForMe, action: Install, path: C:\Users\10200\AppData\Local\Package Cache\{DBB71382-9F82-4A85-8419-DBB8D42DAFFE}v3.8.6150.0\dev.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" TARGETDIR="C:\Users\10200\AppData\Local\Programs\Python\Python38-32" OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.8-32\InstalledFeatures"'
[9214:1F54][2021-01-27T22:16:16]i319: Applied execute package: dev_JustForMe, result: 0x0, restart: None
[9214:1F54][2021-01-27T22:16:16]i325: Registering dependency: {8aab1ce3-aa99-4e1d-bc4f-6d3aad0a0284} on package provider: {DBB71382-9F82-4A85-8419-DBB8D42DAFFE}, package: dev_JustForMe
[9214:1F54][2021-01-27T22:16:16]i323: Registering package dependency provider: {B1C5BBFC-69A5-49B7-A613-A69277B5788F}, version: 3.8.6150.0, package: exe_JustForMe
[9214:1F54][2021-01-27T22:16:16]i301: Applying execute package: exe_JustForMe, action: Install, path: C:\Users\10200\AppData\Local\Package Cache\{B1C5BBFC-69A5-49B7-A613-A69277B5788F}v3.8.6150.0\exe.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" TARGETDIR="C:\Users\10200\AppData\Local\Programs\Python\Python38-32" OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.8-32\InstalledFeatures" ADDLOCAL="DefaultFeature,Shortcuts"'
[9214:1F54][2021-01-27T22:25:29]e000: Error 0x80070643: Failed to install MSI package.
[9214:1F54][2021-01-27T22:25:29]e000: Error 0x80070643: Failed to configure per-user MSI package.
[9214:1F54][2021-01-27T22:25:29]w348: Application requested retry of package: exe_JustForMe, encountered error: 0x80070643. Retrying...
[9214:1F54][2021-01-27T22:25:32]i301: Applying execute package: exe_JustForMe, action: Install, path: C:\Users\10200\AppData\Local\Package Cache\{B1C5BBFC-69A5-49B7-A613-A69277B5788F}v3.8.6150.0\exe.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" TARGETDIR="C:\Users\10200\AppData\Local\Programs\Python\Python38-32" OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.8-32\InstalledFeatures" ADDLOCAL="DefaultFeature,Shortcuts"'
[9214:1F54][2021-01-27T22:27:52]e000: Error 0x80070643: Failed to install MSI package.
[9214:1F54][2021-01-27T22:27:52]e000: Error 0x80070643: Failed to configure per-user MSI package.
[9214:1F54][2021-01-27T22:27:52]w348: Application requested retry of package: exe_JustForMe, encountered error: 0x80070643. Retrying...
[9214:1F54][2021-01-27T22:27:56]e000: Error 0x80070642: UX aborted execute MSI package begin.
[9214:1F54][2021-01-27T22:27:56]i319: Applied execute package: exe_JustForMe, result: 0x80070642, restart: None
[9214:1F54][2021-01-27T22:27:56]e000: Error 0x80070642: Failed to execute MSI package.
[9214:1F54][2021-01-27T22:27:56]i318: Skipped rollback of package: exe_JustForMe, action: Uninstall, already: Absent
[9214:1F54][2021-01-27T22:27:56]i319: Applied rollback package: exe_JustForMe, result: 0x0, restart: None
[9214:1F54][2021-01-27T22:27:56]i329: Removed package dependency provider: {B1C5BBFC-69A5-49B7-A613-A69277B5788F}, package: exe_JustForMe
[9214:1F54][2021-01-27T22:27:56]i351: Removing cached package: exe_JustForMe, from path: C:\Users\10200\AppData\Local\Package Cache\{B1C5BBFC-69A5-49B7-A613-A69277B5788F}v3.8.6150.0\

The complete installer log file is attached beneath:

Python 3.8.6 (32-bit)_20210127221529.log

matrixise commented 3 years ago

@ewdurbin Could you close this one? Thanks