Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: Failed install scipy lib Date: Tue, 19 Apr 2016 18:05:48 +0100 Lines: 14 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 GbtoLKvxwIbTbSTEN4yKogtvcs+FmzS1YlmJmwVcOc3Q== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'binary': 0.05; 'scipy': 0.05; 'pypi': 0.07; 'cc:addr:python-list': 0.09; '2016': 0.16; 'cc:name:python list': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'trying': 0.22; '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; 'received:google.com': 0.35; 'lines': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'received:209': 0.38; 'hello,': 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:date:message-id:subject:from:to :cc; bh=Ojx+XqB56/aEd5XJ4VkDLSHm8SB3ccJcIvCZs+c4mwg=; b=G6y+eu7xTVBeKRRh+daa4stBecZ98moi8zoSh4ZPqwMAdGyhEX5TyNjzd4jChNyU6D 5mW+1f72hpt5YY91llmCx9t//BSFFqYgno72+MhPsJabFO7NkmwoCfba/vPiAldX0uu4 3XSkSz5R00xel1cCScOATRdBFR33C13XvBxXRljNyD6IYbyIfTzvC6BQzkoS8gDtjYP9 /wx/UJFSbD2zRTv+SW8DfUM41W2X2m5l7tu3l8ANwy/JsXK57bm6jTtOJnLTzhsJdSWA e41UbyMrgrhvChOQUpshB6GoHjOqnU4P24FfTSqBTcKlTMlM6yfBzU2/v1gsXmV6RRDy KHmw== 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:date :message-id:subject:from:to:cc; bh=Ojx+XqB56/aEd5XJ4VkDLSHm8SB3ccJcIvCZs+c4mwg=; b=nBdRlxBgj+9Dl+bdqO5mAVbHtOH+uEeO9FcnjJjzvW153HQEXoDilUCbJoLf8zPdPI y18MC781qHWPSJFX5iAAyPjPh7+dg4O+9becQeJAQkoOxQjiLJLN5Wrq4qYcH1rIv9Sd FkxPCL6IXgM/7ygO8Gb7mjbUFDIv+Soh7Zs66JHVw75DEEGiCXh6LWonjUZI/r33GJHg /TV1SeEoHF/p0cQoRqSEe52wFcQNBIhTtjoGDf3yVsOGZiWH858g+H9uXgSQJLLw2Cqn UJXrj9mkDeWUvuArFt3Oy1xrNmpzBMO5mGItUx25hITWSsxfnTQ8nnwJJKBCs2A5qOj0 LC1g== X-Gm-Message-State: AOPr4FU//D9NrTm9OjzTQsdkL37lXU6UJnyfUT/oEAGOI59WTBaKIvEa/6oDsAfQNsvO9l7sjzHO3RBIXV4kYg== X-Received: by 10.13.255.4 with SMTP id p4mr2428700ywf.54.1461085549089; Tue, 19 Apr 2016 10:05:49 -0700 (PDT) In-Reply-To: <08215756-d9f5-4dba-b710-ab8626ebfe27@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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:107347 On 19 Apr 2016 17:01, wrote: > > Hello, > 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. I'm not on Windows to check myself though I'm afraid. -- Oscar