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


Groups > comp.lang.python > #90685 > unrolled thread

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

Started byEthan Furman <ethan@stoneleaf.us>
First post2015-05-15 11:45 -0700
Last post2015-05-15 11:45 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromEthan Furman <ethan@stoneleaf.us>
Date2015-05-15 11:45 -0700
SubjectRe: pip grabs tar.gz file instead of whl?
Message-ID<mailman.44.1431715528.17265.python-list@python.org>
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~

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web