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


Groups > comp.lang.python > #90685

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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ethan@stoneleaf.us>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'warnings': 0.04; 'repository': 0.05; 'subject:file': 0.07; 'deprecated': 0.09; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'host,': 0.09; 'lawrence': 0.09; 'message-id:@stoneleaf.us': 0.09; '~ethan~': 0.09; 'how,': 0.16; 'https': 0.16; 'silence': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'specify': 0.24; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'locations': 0.30; "skip:' 10": 0.31; 'origin': 0.31; 'skip:c 30': 0.32; 'not.': 0.33; 'located': 0.36; 'collecting': 0.36; 'subject:?': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'received:10.1': 0.61; 'received:173': 0.61; 'skip:n 10': 0.64; 'secure': 0.71; '100%': 0.77; 'received:10.1.10': 0.84
Date Fri, 15 May 2015 11:45:14 -0700
From Ethan Furman <ethan@stoneleaf.us>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version 1.0
To python-list@python.org
Subject Re: pip grabs tar.gz file instead of whl?
References <mj4qsn$k5m$1@ger.gmane.org>
In-Reply-To <mj4qsn$k5m$1@ger.gmane.org>
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
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.44.1431715528.17265.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1431715528 news.xs4all.nl 2841 [2001:888:2000:d::a6]:59130
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:90685

Show key headers only | View raw


On 05/15/2015 06:04 AM, Mark Lawrence wrote:

> C:\Users\Mark\Documents\MyPython>pip install --no-cache-dir
> --trusted-host http://www.lfd.uci.edu/ -U -f
> http://www.lfd.uci.edu/~gohlke/pythonlibs/ numba
 >
> Collecting numba
>    This repository located at www.lfd.uci.edu is not a trusted host, if
> this repository is available via HTTPS it is recommend to use HTTPS
> instead, otherwise you may silence this warning with '--trusted-host
> www.lfd.uci.edu'.
>    DEPRECATION: Implicitly allowing locations which are not hosted at a
> secure origin is deprecated and will require the use of --trusted-host
> in the future.
>    Downloading numba-0.18.2.tar.gz (507kB)
>      100% |################################| 507kB 373kB/s

I particularly like how, when you specify --trusted-host, you still get 
all the warnings to use --trusted-host... not.

--
~Ethan~

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


Thread

Re: pip grabs tar.gz file instead of whl? Ethan Furman <ethan@stoneleaf.us> - 2015-05-15 11:45 -0700

csiph-web