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


Groups > comp.lang.python > #101301

Re: I can not install matplotlib, numpy, scipy, and pandas.

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Warrick <kwpolska@gmail.com>
Newsgroups comp.lang.python
Subject Re: I can not install matplotlib, numpy, scipy, and pandas.
Date Wed, 6 Jan 2016 15:22:08 +0100
Lines 37
Message-ID <mailman.30.1452090130.2305.python-list@python.org> (permalink)
References <000001d14786$51434d50$f3c9e7f0$@yahoo.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de j+RXHrbVT+EYuS76rG+z5AupNjha+vDZeNLyXCfpNtCQ==
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'yet.': 0.03; 'scipy': 0.05; 'cc:addr:python-list': 0.09; 'python': 0.10; 'subject:not': 0.11; '2016': 0.16; 'binaries': 0.16; 'numpy': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; 'try:': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'matching': 0.23; '(this': 0.24; 'url:edu': 0.24; 'header:In- Reply-To:1': 0.24; 'install': 0.25; 'command': 0.26; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'matplotlib': 0.29; 'ray': 0.29; 'windows,': 0.29; 'url:mailman': 0.30; 'window': 0.30; 'run': 0.33; 'url:python': 0.33; 'windows.': 0.33; 'url:listinfo': 0.34; 'recommended': 0.34; 'received:google.com': 0.35; 'c++': 0.35; 'installing': 0.35; 'instead': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'visual': 0.36; 'subject:: ': 0.37; 'things': 0.38; 'january': 0.38; 'version': 0.38; 'received:209': 0.38; 'anything': 0.38; 'building': 0.38; 'files': 0.38; 'url:mail': 0.40; '2015.': 0.63; 'python-list': 0.66; 'subject': 0.70; 'to:addr:yahoo.com': 0.80; 'pip': 0.84; 'received:209.85.215.42': 0.84; 'url:scipy': 0.84; 'wheel': 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:content-type; bh=6v9reUChm9P059ZCOjBtFtbqAVa9P1+2sp5cOgblEsw=; b=JY6l/p+WIu3H0jF7rCPl2rZBRT37HvG+fYlrNYImdZ+bVNsgqKusvhOD24Lc9iudbv 4sjwx+BfxT1iXpG27GqbzF/yP0RgB5s3C0WQt2T5WxH1Zslkg0qxxBIZ4E7RpczPCKO8 CQvuc2q655tk21vJjy53VjmIPBQNqeqAWRQYnh4p9jJG4xvhjzGCknkgBnxa8Tj3REpn 60v5C17p2OY4frh0+lBGMCpLLj6tvWPWoQExWt/yJU1GJtyhCQKjO+wGVOAUHyHqwwQ0 Wv9f1irXZjrO6Qst5cb12veP3qxKhukm253iiVMaNKacUm0egRTSQrFHgyPeMyRlIlPJ D7Zg==
X-Received by 10.25.5.205 with SMTP id 196mr31758981lff.143.1452090128727; Wed, 06 Jan 2016 06:22:08 -0800 (PST)
In-Reply-To <000001d14786$51434d50$f3c9e7f0$@yahoo.com>
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>
Xref csiph.com comp.lang.python:101301

Show key headers only | View raw


On 5 January 2016 at 07:57, Omar Ray via Python-list
<python-list@python.org> wrote:
> I have version 3.5 of Python for Windows.  I have MS Visual C++ and also MS
> Visual Studio 2015.
>
> When I enter into the command window "pip install matplotlib", it reads this
> below (this is not the full version of it):
>
> [snip]
>
> How do I download matplotlib and the other packages mentioned in the subject
> line?
>
>
>
> -Omar Ray
>
> --
> https://mail.python.org/mailman/listinfo/python-list

On Windows, using prebuilt binaries is recommended instead of building
things yourself:

1. Installing matplotlib and pandas using pip, without mentioning
scipy and numpy just yet.
2. Install scipy and numpy from
http://www.lfd.uci.edu/~gohlke/pythonlibs/ (download matching files
and run pip install c:\path\to\file.whl ).

If anything in 1. fails, get a wheel package from the website mentioned in 2.

Alternatively, try:
https://www.scipy.org/install.html#individual-binary-and-source-packages

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16

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


Thread

Re: I can not install matplotlib, numpy, scipy, and pandas. Chris Warrick <kwpolska@gmail.com> - 2016-01-06 15:22 +0100

csiph-web