Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97328
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: compiling matplotlib in virtual env |
| References | <a52bc570-1a9e-4b67-8e56-9022c8170500@googlegroups.com> |
| Date | 2015-10-02 10:42 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.329.1443775353.28679.python-list@python.org> (permalink) |
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