Path: csiph.com!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'subject:Error': 0.07; 'subject:code': 0.07; 'url:msdn': 0.07; 'cc:addr:python-list': 0.09; '[1]:': 0.09; '[2]:': 0.09; '[3]:': 0.09; 'determines': 0.09; 'tracker,': 0.09; 'python': 0.10; 'packages.': 0.15; '"python': 0.16; '[1].': 0.16; '[4]:': 0.16; '[5]': 0.16; 'attempt.': 0.16; 'decode': 0.16; 'fyi,': 0.16; 'hresult': 0.16; 'intermittent': 0.16; 'url:ftp': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'issue.': 0.20; 'cc:no real name:2**0': 0.22; 'appears': 0.23; 'code.': 0.23; 'installation': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; '[2]': 0.27; 'errors.': 0.27; 'connection': 0.30; 'code': 0.30; 'reported': 0.32; 'problem': 0.33; 'url:python': 0.33; 'downloading': 0.33; 'file': 0.34; 'list': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'installing': 0.35; 'problem.': 0.35; 'url:org': 0.36; 'url:library': 0.36; 'subject:: ': 0.37; 'names': 0.38; 'submit': 0.39; 'system.': 0.39; 'url:3': 0.60; 'your': 0.60; 'url:0': 0.63; "they're": 0.66; 'internet': 0.70; 'url:en-us': 0.72; '8.1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Y3fWJrK9r2pfINvW/q3LzYBLXKZLYWIDy0v5xp45SXM=; b=Y8/67XEQcEhpf9Fvkmw5lkrsguuNifBjYoXdM5j1l3FO68Oo9ZhSxZN4Yi7Z6ccnCa 7tjLuPN/Izn66JPdy0Rx9hSxcGWajzDXDt8iHi5QYgxMyl/LftvB/Id+GbTMwm3kkA2t XCo7pR5RzT7votp147hO+/Hp11I8QKC2zBk/TCFOvOgVtUgm8vftfgdvq72PR+eFrMp+ dFdOG7iXz/HO0md8eTpMTjBZFr9EMHxM18mHtFu+wDE0FJEbXo3rLMm2b5ciE4jpZB2A ZYj+Gh4d/EhNf2HC5pUsiFUpBCwlNwXRpsB+Vki6U09WQ9ypgORDaRz5Pzx5VvrE3hXO PMcg== MIME-Version: 1.0 X-Received: by 10.129.103.67 with SMTP id b64mr4597601ywc.55.1443641762619; Wed, 30 Sep 2015 12:36:02 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Sep 2015 14:36:02 -0500 Subject: Re: Error code 0x80070570 From: eryksun To: Rusiri Jayalath Cc: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443642207 news.xs4all.nl 23775 [2001:888:2000:d::a6]:55204 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97256 On 9/30/15, Rusiri Jayalath 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