Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101301 > unrolled thread
| Started by | Chris Warrick <kwpolska@gmail.com> |
|---|---|
| First post | 2016-01-06 15:22 +0100 |
| Last post | 2016-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.
Re: I can not install matplotlib, numpy, scipy, and pandas. Chris Warrick <kwpolska@gmail.com> - 2016-01-06 15:22 +0100
| From | Chris Warrick <kwpolska@gmail.com> |
|---|---|
| Date | 2016-01-06 15:22 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web