Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fail 3.10.8 version installation on Windows 11 21H2

43 views
Skip to first unread message

Kirill Ratkin

unread,
Oct 12, 2022, 2:13:17 PM10/12/22
to
Hi All,


Do anyone face issue like in log below?

I got last installer (3.10.8) and try to install it 'for all users' with
downloading precompiled (pdb) files.

And installation fails saying permission error.

Installer says downloading error in the log.


I repeated it three times with same result



Just to test I got previous version (3.10.6) and it is installed without
any errors with same installer settings.


-------------------- begin here -------- part of installer log file
---------------------------

[183C:19E4][2022-10-12T12:01:23]e000: Error 0x80070005: Failed attempt
to download URL:
'https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi' to:
'C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb'
[183C:19E4][2022-10-12T12:01:23]w343: Prompt for source of package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, path:
C:\Users\Kirill\Downloads\core_pdb.msi
[183C:19E4][2022-10-12T12:01:26]i338: Acquiring package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, download from:
https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi
[183C:19E4][2022-10-12T12:01:26]e000: Error 0x80070005: Failed attempt
to download URL:
'https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi' to:
'C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb'
[183C:19E4][2022-10-12T12:01:26]w343: Prompt for source of package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, path:
C:\Users\Kirill\Downloads\core_pdb.msi
[183C:19E4][2022-10-12T12:01:29]i338: Acquiring package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, download from:
https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi
[183C:19E4][2022-10-12T12:01:29]e000: Error 0x80070005: Failed attempt
to download URL:
'https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi' to:
'C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb'
[183C:19E4][2022-10-12T12:01:29]w343: Prompt for source of package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, path:
C:\Users\Kirill\Downloads\core_pdb.msi
[183C:19E4][2022-10-12T12:01:32]i338: Acquiring package:
core_AllUsers_pdb, payload: core_AllUsers_pdb, download from:
https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi
[183C:19E4][2022-10-12T12:01:32]e000: Error 0x80070005: Failed attempt
to download URL:
'https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi' to:
'C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb'
[183C:19E4][2022-10-12T12:01:32]e000: Error 0x80070005: Failed to
acquire payload from:
'https://www.python.org/ftp/python/3.10.8/amd64/core_pdb.msi' to working
path:
'C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb'
[183C:19E4][2022-10-12T12:01:32]e313: Failed to acquire payload:
core_AllUsers_pdb to working path:
C:\Users\Kirill\AppData\Local\Temp\{93FCA30B-7B82-4BF0-B911-5223F0E6A053}\core_AllUsers_pdb,
error: 0x80070005.
[08CC:3570][2022-10-12T12:01:32]i351: Removing cached package:
core_AllUsers, from path: C:\ProgramData\Package
Cache\{6463E43B-54B1-4407-818D-DD90D11CDD06}v3.10.8150.0\
[183C:313C][2022-10-12T12:01:32]e000: Error 0x80070005: Cache thread
exited unexpectedly.

-------------------- end here -------- part of installer log file
---------------------------


Thomas Passin

unread,
Oct 12, 2022, 5:28:01 PM10/12/22
to
You probably need to install from an administrator account to install
for all users.

Eryk Sun

unread,
Oct 12, 2022, 5:52:25 PM10/12/22
to
On 10/12/22, Kirill Ratkin via Python-list <pytho...@python.org> wrote:
>
> Do anyone face issue like in log below?
>
> I got last installer (3.10.8) and try to install it 'for all users' with
> downloading precompiled (pdb) files.

There was a permission problem on the Python website that prevented
downloading the 3.8.10 debug binaries and symbol files. It's fixed
now.

https://github.com/python/cpython/issues/98193
0 new messages