Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97256

Re: Error code 0x80070570

References <CACM3w4jjAd7HjJGwEa0Q2ELVZLnj7wpMEJbEbYnzTVcga+yDhw@mail.gmail.com>
Date 2015-09-30 14:36 -0500
Subject Re: Error code 0x80070570
From eryksun <eryksun@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.277.1443642207.28679.python-list@python.org> (permalink)

Show all headers | View raw


On 9/30/15, Rusiri Jayalath <rusirijayalath92@gmail.com> wrote:
> Error code 0x80070570 appears when installing python 3.5.0 (32-bit) setup
> for my windows 8.1 system. Please help me to solve this problem.

0x80070570 is ERROR_FILE_CORRUPT: the file or directory is corrupted
and unreadable. It could be an intermittent problem with your internet
connection when downloading the required packages. Try using the
non-web installer that already includes most of them [1].

I haven't seen this particular error reported on the issue tracker, so
you might want to submit a new issue. Include a zip of the
installation logs for the most recent failed attempt. They're in your
%TEMP% directory with names like "Python 3.5.0 (32-bit)_*.log".

FYI, the severity/facility code 0x8007 determines that 0x0570 is a
Win32 error code. See HRESULT [2] for an overview of how to decode
HRESULT and NTSTATUS [3] codes. See Win32 Error Codes [4] or System
Error Codes [5] for a list of Win32 errors.

[1]: https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe
[2]: https://msdn.microsoft.com/en-us/library/cc231198
[3]: https://msdn.microsoft.com/en-us/library/cc231200
[4]: https://msdn.microsoft.com/en-us/library/cc231199
[5]: https://msdn.microsoft.com/en-us/library/ms681381

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Error code 0x80070570 eryksun <eryksun@gmail.com> - 2015-09-30 14:36 -0500

csiph-web