Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90723
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!1.eu.feeder.erje.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; 'from:addr:yahoo.co.uk': 0.04; '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; 'language.': 0.14; 'comm': 0.16; 'distutils,': 0.16; 'earlier.': 0.16; 'ironed': 0.16; 'received:80.91.229.3': 0.16; 'received:92.29': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'language': 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; 'our': 0.64; 'charset:windows-1252': 0.65; 'improved.': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: pip grabs tar.gz file instead of whl? |
| Date | Sat, 16 May 2015 05:56:43 +0100 |
| References | <mj4qsn$k5m$1@ger.gmane.org> <55563EBA.8080606@stoneleaf.us> <CAPTjJmpku_aPPnNq4auYhOy=Y-hJSZUErQPcjizLMpwCvmf0oQ@mail.gmail.com> <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> <mj6h2a$g1m$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-92-29-188-174.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
| In-Reply-To | <mj6h2a$g1m$1@ger.gmane.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.63.1431752221.17265.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1431752221 news.xs4all.nl 2870 [2001:888:2000:d::a6]:43780 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:90723 |
Show key headers only | View raw
On 16/05/2015 05:28, Terry Reedy wrote: > 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. > https://groups.google.com/forum/#!forum/python-virtualenv or gmane.comp.python.virtualenv -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: pip grabs tar.gz file instead of whl? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-16 05:56 +0100
csiph-web