From: Matthew B. <mat...@gm...> - 2013-12-14 20:28:36
|
Hi, Prompted by Chris B, I just added matplotlib wheels building to the framework here: https://github.com/matthew-brett/mpl-osx-binaries Instructions for build in the README. Sorry - am In Cuba at the moment with very low internet bandwidth and can't upload the wheels, but they should be simple to build (or I messed up with the instructions), Cheers, Matthew |
From: Matthew B. <mat...@gm...> - 2014-03-23 08:47:05
|
Hi, On Sat, Dec 14, 2013 at 12:28 PM, Matthew Brett <mat...@gm...> wrote: > Hi, > > Prompted by Chris B, I just added matplotlib wheels building to the > framework here: > > https://github.com/matthew-brett/mpl-osx-binaries > > Instructions for build in the README. > > Sorry - am In Cuba at the moment with very low internet bandwidth and > can't upload the wheels, but they should be simple to build (or I > messed up with the instructions), Following up on this one - I have built OSX wheels for python 2.7, 3.3 and 3.4 here: https://nipy.bic.berkeley.edu/scipy_installers/ You should now be able to do: # upgrade to latest pip pip install --upgrade pip # get fully binary install of matplotlib pip install --find-links=https://nipy.bic.berkeley.edu/scipy_installers matplotlib I've tested on a bare 10.6 machine for Python 2.7, will test for 3.3 and 3.4 - but - could y'all give the installation a try and see if it works for you? It will work as well into a virtualenv. There are also numpy wheels there so you can get the full stack with that command. These wheels are only for OSX I'm afraid - I'm no expert in windows builds. Cheers, Matthew |
From: Matthew B. <mat...@gm...> - 2014-03-23 11:08:00
|
Hi, On Sun, Mar 23, 2014 at 1:46 AM, Matthew Brett <mat...@gm...> wrote: > Hi, > > On Sat, Dec 14, 2013 at 12:28 PM, Matthew Brett <mat...@gm...> wrote: >> Hi, >> >> Prompted by Chris B, I just added matplotlib wheels building to the >> framework here: >> >> https://github.com/matthew-brett/mpl-osx-binaries >> >> Instructions for build in the README. >> >> Sorry - am In Cuba at the moment with very low internet bandwidth and >> can't upload the wheels, but they should be simple to build (or I >> messed up with the instructions), > > Following up on this one - I have built OSX wheels for python 2.7, 3.3 > and 3.4 here: > > https://nipy.bic.berkeley.edu/scipy_installers/ > > You should now be able to do: > > # upgrade to latest pip > pip install --upgrade pip > # get fully binary install of matplotlib > pip install --find-links=https://nipy.bic.berkeley.edu/scipy_installers > matplotlib > > I've tested on a bare 10.6 machine for Python 2.7, will test for 3.3 > and 3.4 - but - could y'all give the installation a try and see if it > works for you? It will work as well into a virtualenv. There are > also numpy wheels there so you can get the full stack with that > command. Yes, they seem to work on bare 10.6 on all three python versions. I got one failure on python 3.4 but it didn't look related to the wheel: ====================================================================== FAIL: matplotlib.tests.test_basic.test_override_builtins ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/tests/test_basic.py", line 38, in test_override_builtins assert not overridden nose.proxy.AssertionError: -------------------- >> begin captured stdout << --------------------- '__spec__' was overridden in globals(). --------------------- >> end captured stdout << ---------------------- Cheers, Matthew |
From: Benjamin R. <ben...@ou...> - 2014-03-24 13:29:37
|
I thought we fixed this one... Seems like we haven't as there is an open issue for it: https://github.com/matplotlib/matplotlib/issues/2842 On Sun, Mar 23, 2014 at 7:07 AM, Matthew Brett <mat...@gm...>wrote: > Hi, > > On Sun, Mar 23, 2014 at 1:46 AM, Matthew Brett <mat...@gm...> > wrote: > > Hi, > > > > On Sat, Dec 14, 2013 at 12:28 PM, Matthew Brett <mat...@gm...> > wrote: > >> Hi, > >> > >> Prompted by Chris B, I just added matplotlib wheels building to the > >> framework here: > >> > >> https://github.com/matthew-brett/mpl-osx-binaries > >> > >> Instructions for build in the README. > >> > >> Sorry - am In Cuba at the moment with very low internet bandwidth and > >> can't upload the wheels, but they should be simple to build (or I > >> messed up with the instructions), > > > > Following up on this one - I have built OSX wheels for python 2.7, 3.3 > > and 3.4 here: > > > > https://nipy.bic.berkeley.edu/scipy_installers/ > > > > You should now be able to do: > > > > # upgrade to latest pip > > pip install --upgrade pip > > # get fully binary install of matplotlib > > pip install --find-links=https://nipy.bic.berkeley.edu/scipy_installers > > matplotlib > > > > I've tested on a bare 10.6 machine for Python 2.7, will test for 3.3 > > and 3.4 - but - could y'all give the installation a try and see if it > > works for you? It will work as well into a virtualenv. There are > > also numpy wheels there so you can get the full stack with that > > command. > > Yes, they seem to work on bare 10.6 on all three python versions. I > got one failure on python 3.4 but it didn't look related to the wheel: > > ====================================================================== > FAIL: matplotlib.tests.test_basic.test_override_builtins > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/nose/case.py", > line 198, in runTest > self.test(*self.arg) > File > "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib/tests/test_basic.py", > line 38, in test_override_builtins > assert not overridden > nose.proxy.AssertionError: > -------------------- >> begin captured stdout << --------------------- > '__spec__' was overridden in globals(). > > --------------------- >> end captured stdout << ---------------------- > > Cheers, > > Matthew > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
From: Matthew B. <mat...@gm...> - 2014-03-25 23:31:32
|
Hi, On Mon, Mar 24, 2014 at 6:29 AM, Benjamin Root <ben...@ou...> wrote: > I thought we fixed this one... > > Seems like we haven't as there is an open issue for it: > https://github.com/matplotlib/matplotlib/issues/2842 Sorry - I didn't say - but the wheels are for the 1.3.1 release... Cheers, Matthew |