Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!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; 'installed.': 0.07; 'subject:file': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'setup.py': 0.09; 'suggestions.': 0.09; 'bug': 0.12; 'jan': 0.12; 'comm': 0.16; 'distutils,': 0.16; 'earlier.': 0.16; 'ironed': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'unlike': 0.19; 'install': 0.23; 'header:User- Agent:1': 0.23; 'error': 0.23; "i've": 0.25; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'correct': 0.29; 'am,': 0.29; 'file': 0.32; 'actively': 0.33; "can't": 0.35; 'version': 0.36; 'maintained': 0.36; 'subject:?': 0.36; 'reports': 0.37; 'being': 0.38; 'problems': 0.38; 'to:addr :python-list': 0.38; 'fact': 0.38; 'channel': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'referred': 0.60; 'improved.': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: pip grabs tar.gz file instead of whl? Date: Sat, 16 May 2015 00:28:48 -0400 References: <55563EBA.8080606@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431750546 news.xs4all.nl 2850 [2001:888:2000:d::a6]:37599 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3719 X-Received-Body-CRC: 4211322596 Xref: csiph.com comp.lang.python:90721 On 5/16/2015 12:12 AM, Mark Lawrence wrote: > The whole point is that setup.py never works because it can't find VS > despite the fact that I know I've got the correct version installed. If > I download a whl file, pip installs that version perfectly. If I try to > get pip to download and install the very same file it gave the zipfile > error I referred to earlier. Hopefully all the problems with pip will > get ironed out, or where do we go, distutils3? :( Unlike distutils, pip is being actively maintained and improved. It must have a comm channel for bug reports and suggestions. -- Terry Jan Reedy