Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97328
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <lac@openend.se> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'cc:addr :python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'stack,': 0.09; 'python': 0.10; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'egg': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:virtual': 0.16; 'first.': 0.18; 'laura': 0.18; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'trying': 0.22; 'install': 0.25; 'matplotlib': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'there.': 0.30; 'fixed': 0.31; 'url:python': 0.33; 'should': 0.36; 'instead': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'there,': 0.37; 'charset:us-ascii': 0.37; 'your': 0.60; 'header:Message-Id:1': 0.61; 'future,': 0.70; 'header:In-reply-to:1': 0.84; 'matplotlib.': 0.84; 'pip': 0.84 |
| To | Rolston Jeremiah <gtec.oses@gmail.com> |
| cc | python-list@python.org, lac@openend.se |
| From | Laura Creighton <lac@openend.se> |
| Subject | Re: compiling matplotlib in virtual env |
| In-reply-to | <a52bc570-1a9e-4b67-8e56-9022c8170500@googlegroups.com> |
| References | <a52bc570-1a9e-4b67-8e56-9022c8170500@googlegroups.com> |
| Comments | In-reply-to Rolston Jeremiah <gtec.oses@gmail.com> message dated "Thu, 01 Oct 2015 23:15:54 -0700." |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| Content-ID | <23979.1443775341.1@fido> |
| Date | Fri, 02 Oct 2015 10:42:21 +0200 |
| X-Greylist | Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 02 Oct 2015 10:42:23 +0200 (CEST) |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.329.1443775353.28679.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1443775353 news.xs4all.nl 23773 [2001:888:2000:d::a6]:36290 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:97328 |
Show key headers only | View raw
Lots of egg problems can be fixed if you pip install this package first. https://pypi.python.org/pypi/ez_setup However, you are trying to install matplotlib. Your distro should have it already as a package (python-matplotlib perhaps? python3-matplotlib perhaps?) and you may want to get it from there. If you don't want to get it from there, you may want to use conda instead of pip/easy_install and so on. http://conda.pydata.org/docs/intro.html If the scientific python stack, and not just matplotlib is in your future, just use conda. It is so much easier. Laura
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
compiling matplotlib in virtual env Rolston Jeremiah <gtec.oses@gmail.com> - 2015-10-01 23:15 -0700 Re: compiling matplotlib in virtual env Miki Tebeka <miki.tebeka@gmail.com> - 2015-10-01 23:43 -0700 Re: compiling matplotlib in virtual env Laura Creighton <lac@openend.se> - 2015-10-02 10:42 +0200
csiph-web