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


Groups > comp.lang.python > #90721

Re: pip grabs tar.gz file instead of whl?

From Terry Reedy <tjreedy@udel.edu>
Subject Re: pip grabs tar.gz file instead of whl?
Date 2015-05-16 00:28 -0400
References (3 earlier) <mj5mpp$t1g$1@ger.gmane.org> <CAPTjJmpndhpUnJZ_HxjiVFG_A8W4nC2RJYUmrEC4q0C9RAPZdQ@mail.gmail.com> <mj6889$s8r$1@ger.gmane.org> <CAPTjJmojOqYqagyR4E8siwUsBf7nZcZpwNgxUckP1toXKgmtBA@mail.gmail.com> <mj6g38$b89$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.62.1431750546.17265.python-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

Re: pip grabs tar.gz file instead of whl? Terry Reedy <tjreedy@udel.edu> - 2015-05-16 00:28 -0400

csiph-web