Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '16,': 0.03; 'warnings': 0.04; 'repository': 0.05; 'subject:file': 0.07; 'deprecated': 0.09; 'host,': 0.09; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; '(just': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'how,': 0.16; 'https': 0.16; 'silence': 0.16; 'sat,': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'specify': 0.24; 'cc:2**0': 0.24; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'locations': 0.30; 'specified': 0.30; 'message- id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; 'origin': 0.31; 'skip:c 30': 0.32; 'option': 0.32; 'not.': 0.33; 'trouble': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'located': 0.36; 'collecting': 0.36; 'subject:?': 0.36; 'wrong': 0.37; 'sometimes': 0.38; 'skip:- 10': 0.38; 'rather': 0.38; 'little': 0.38; 'hosted': 0.39; 'skip:u 10': 0.60; 'skip:n 10': 0.64; 'telling': 0.64; 'secure': 0.71; '100%': 0.77; '2015': 0.84; 'actually,': 0.84; 'ethan': 0.84; 'furman': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=XfSSe8/34cew7iE/xhhZofmsnkklaNN1nchxCaFeKuQ=; b=L3xBtq0DMxwCJacXmDRTm1+sGukp3Ml0LJ1rruKrsqrl97NgosgLaZ7U4C01QaquJN SaAzfDjZIwYMWEiGu/vrKKybgvzFnhefZIsas/YGVei7x+oQLNf8kt57lchnCHt6pr4O ENPE/hYH1URJOsC5OkOsE+Dym9BIDs6Y70Xx5tbHieq7s4wGzEfRHDjHsP/RuAls0soL IxADzV9pbZGlJo2HGZS8vPwAfR0AOqRTagP+K24OvLLw919idaV3AknfG5jl8hjNihWX G7pAvegHjthJ3Bm/hZ6f3AX9aaFcEjC5pvZbAhr/hhs8mqnNQrKS6tt+RSQGSxL9j5ON 6gwg== MIME-Version: 1.0 X-Received: by 10.50.78.100 with SMTP id a4mr24200igx.34.1431716107347; Fri, 15 May 2015 11:55:07 -0700 (PDT) In-Reply-To: <55563EBA.8080606@stoneleaf.us> References: <55563EBA.8080606@stoneleaf.us> Date: Sat, 16 May 2015 04:55:07 +1000 Subject: Re: pip grabs tar.gz file instead of whl? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431716125 news.xs4all.nl 2886 [2001:888:2000:d::a6]:34113 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90687 On Sat, May 16, 2015 at 4:45 AM, Ethan Furman wrote: > 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. Actually, I suspect the note is telling you to use "--trusted-host www.lfd.uci.edu" rather than "--trusted-host http://www.lfd.uci.edu/" - so it's as if the option wasn't specified at all. But pip can be a little hard to understand sometimes (just ask Prince Edward, who had no end of trouble understanding the poor chipmonk!), so I may very well be wrong here. ChrisA