Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: eryk sun Newsgroups: comp.lang.python Subject: Re: Failed install scipy lib Date: Tue, 19 Apr 2016 13:20:31 -0500 Lines: 16 Message-ID: References: <08215756-d9f5-4dba-b710-ab8626ebfe27@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de XmixC2ArADUbiqzMdDv6TwJlh3kIFtwa4cc2vGKU67GQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'binary': 0.05; 'scipy': 0.05; 'pypi': 0.07; 'benjamin': 0.09; '2016': 0.16; 'packages:': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'trying': 0.22; 'cc:no real name:2**0': 0.22; 'cc:addr:gmail.com': 0.24; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'error': 0.27; 'updating': 0.27; 'message- id:@mail.gmail.com': 0.27; "i'm": 0.30; 'tue,': 0.34; 'received:google.com': 0.35; 'lines': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'oscar': 0.84; 'pip': 0.84; 'saying:': 0.84; 'scipy.': 0.84; 'wheels': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yazbEDFU0ag71L15M3e3G9eXEEmLfvhv8kPraCtxLYo=; b=sYJpFAo2juCZmiskK8LIcpAWgp2uC8MSm5Yn7GDugauT4g7BtASVVrI9Im8eP89pQL ZUFfH1Dt+8vN/+8EPUn2vJP9D0A326AjxQohr+gIS09S+8HmCJ/A/6DSF+IQRxDPad9o v6/eo6+bXByLPAV55lpnyvAFCNmHBxwpIRTqP8gAFngAOycxU1PQ8lo7auhXJ9ElHqhH /Z94S1y7ZdJOkMvt9TO+uuduIfmLseVx/aVbneEy2qAp+yg7xgZD37pN/J3xjshOPoL3 +MUH2ioWrmgPoRN/qEPbqKockoTtg2f2ymvDFDH6FsJVxby/+OLwcYS22JJ7VrWJ9Wkh kGew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yazbEDFU0ag71L15M3e3G9eXEEmLfvhv8kPraCtxLYo=; b=TAcZcIbZRTk5Zxzf7cQVeRIk561SNc1j//Qs+QPcW9PL1SvagxXGdSdlxTelU92zyl YGAnbgS3Yxapvq2pfr1XyTL4JgaplcBMp5QzUmAtYeBK1dklE++b4OalOizjoPmgHpza BY/OQbeGTAq1KPHs6M4LKxnB1N/8enJ792Z1R2TP0A1T8ka3PS3lhvNISFSM7KWEdWOi +50GT6y8gKbYiSx1rTbtgOSZweDoSjx2DN79h3rv7IMLQifIDe93dt7ioJkBrJIYkGEY pJr+MCR7HyWHwyKZsWdQ8FHzGQKRX0vtX6yvZUBKeXG7LUdSIj+st2CGQG3XzGKhsZLp b4uQ== X-Gm-Message-State: AOPr4FXZVd1Y3i/B5Zj/P/nQwGC3R5o+c7bcbpz6mU0JRvSdS1ys2lGpGnuQwJPC2Zyi++geZqcGxmxoIuWHEg== X-Received: by 10.107.10.87 with SMTP id u84mr5212416ioi.188.1461090070744; Tue, 19 Apr 2016 11:21:10 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <08215756-d9f5-4dba-b710-ab8626ebfe27@googlegroups.com> Xref: csiph.com comp.lang.python:107356 On Tue, Apr 19, 2016 at 12:05 PM, Oscar Benjamin wrote: > On 19 Apr 2016 17:01, wrote: >> >> i'm trying to use: >> "py -m pip install scipy" >> and after couple of lines a get an error saying: > > I thought that binary wheels for scipy would be available on pypi for each > OS now. Try updating pip and then using it to install scipy. PyPI only has Windows wheels for NumPy, not SciPy. You can use Christoph Gohlke's unofficial packages: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy