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


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

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

Started byChris Warrick <kwpolska@gmail.com>
First post2016-01-06 15:22 +0100
Last post2016-01-06 15:22 +0100
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: I can not install matplotlib, numpy, scipy, and pandas. Chris Warrick <kwpolska@gmail.com> - 2016-01-06 15:22 +0100

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

FromChris Warrick <kwpolska@gmail.com>
Date2016-01-06 15:22 +0100
SubjectRe: I can not install matplotlib, numpy, scipy, and pandas.
Message-ID<mailman.30.1452090130.2305.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web