You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
(1) |
2
(43) |
3
(17) |
4
(12) |
5
(9) |
6
(14) |
7
(8) |
8
|
9
(15) |
10
(16) |
11
(11) |
12
(10) |
13
(20) |
14
(7) |
15
(4) |
16
(16) |
17
(25) |
18
(10) |
19
(27) |
20
(26) |
21
(6) |
22
(20) |
23
(12) |
24
(15) |
25
(22) |
26
(15) |
27
(43) |
28
(8) |
29
(6) |
30
(12) |
|
|
|
|
|
>> > > Samuel, > Something must be wrong with your numpy installation: did you forget > to delete > any previous installation of numpy before installing 1.1.0 ? There > shouldn't > be any ma.py module in numpy.core. The masked array module now > resides in > numpy.ma > That was it. I didn't realize I had to delete the old installation first. After deleting everything with numpy init from /Library/Frameworks/ Python.framework/Versions/2.5/lib/python2.5/site-packages and reinstalling, all the tests past cleanly. Thanks
On Saturday 07 June 2008 16:04:13 Samuel M. Smith wrote: > Numpy is installed in /Library/Frameworks/Python.framework/Versions/ > 2.5/lib/python2.5/site-packages/numpy > Numpy version 1.1.0 > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/numpy/core/ma.py:609: UserWarning: Cannot automatically > convert masked array to numeric because data > is masked in one or more locations. > warnings.warn("Cannot automatically convert masked array to "\ Samuel, Something must be wrong with your numpy installation: did you forget to delete any previous installation of numpy before installing 1.1.0 ? There shouldn't be any ma.py module in numpy.core. The masked array module now resides in numpy.ma > FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.TestUfuncs) Same here: you shouldn't have a numpy.core.tests.test_ma file, but numpy.ma.tests.test_core. Please try to reinstall numpy from scratch, or at least delete outdated files.
I installed numpy 1.10 from the package installer to OS X Leopard 10.5.3. It installs fine but I get and error (see below) when running the tests. Does anyone else get this error? Is it fixed in the current svn version? >>> numpy.test() Numpy is installed in /Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/site-packages/numpy Numpy version 1.1.0 Python version 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/numpy/core/ma.py:609: UserWarning: Cannot automatically convert masked array to numeric because data is masked in one or more locations. warnings.warn("Cannot automatically convert masked array to "\ FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.TestUfuncs) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/numpy/core/tests/test_ma.py", line 692, in check_testUfuncRegression self.failUnless(eqmask(ur.mask, mr.mask)) AssertionError ---------------------------------------------------------------------- Ran 1319 tests in 2.475s FAILED (failures=1) <unittest._TextTestResult run=1319 errors=0 failures=1>
Thanks, I got confused by later posts in the same thread that only said to delete the work fat not the whole -macosx-10.3-fat That still didn't work completely as the permissions were wrong after the install in /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ site-packages/matplotlib-0.98.0-py2.5.egg drwx------ 10 root admin 340 Jun 7 14:20 matplotlib-0.98.0- py2.5.egg after chmod ugo+rx matplotlib-0.98.0-py2.5.egg then I could ipython --pylab successfully Thanks On 07 Jun 2008, at 15:09 , Jeff Whitaker wrote: > Samuel M. Smith wrote: >> I am a little confused. It seems the only ones having success >> installing MPL on Leopard are those building from >> source. Is this the recommended way to install. I couldn't get the >> egg >> to install. >> >> > Samuel: There was a recent message (pasted below) on the list from > Vincent Noel that describes a workaround for the Leopard egg problem: > > "If you rename matplotlib-0.98.0-py2.5.egg to > matplotlib-0.98.0-py2.5.egg, > easy_install will install it from the disk. > > I'm not sure why this happens. I've noticed lots of Mac OS X eggs with > cruft at the end of the > filename, which prevents their installation through easy_install. > Renaming is all it takes > to install them; still, it's annoying." > > HTH, > > -Jeff > > > > -- > Jeffrey S. Whitaker Phone : (303)497-6313 > NOAA/OAR/CDC R/PSD1 FAX : (303)497-6449 > 325 Broadway Boulder, CO, USA 80305-3328 > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users ********************************************************************** Samuel M. Smith Ph.D. 2966 Fort Hill Road Eagle Mountain, Utah 84005-4108 801-768-2768 voice 801-768-2769 fax ********************************************************************** "The greatest source of failure and unhappiness in the world is giving up what we want most for what we want at the moment" **********************************************************************
I renamed the egg on sf to "matplotlib-0.98.0-py2.5-macosx-10.3.egg". For me, setuptools does not try to download the source after installing now. Unfortunately when I try, "easy_install matplotlib", it still starts downloading the source instead of the osx binary. I am not having luck finding docs on this. - Charlie On Sat, Jun 7, 2008 at 3:09 PM, Jeff Whitaker <js...@fa...> wrote: > Samuel M. Smith wrote: > > I am a little confused. It seems the only ones having success > > installing MPL on Leopard are those building from > > source. Is this the recommended way to install. I couldn't get the egg > > to install. > > > > > Samuel: There was a recent message (pasted below) on the list from > Vincent Noel that describes a workaround for the Leopard egg problem: > > "If you rename matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg to > matplotlib-0.98.0-py2.5.egg, > easy_install will install it from the disk. > > I'm not sure why this happens. I've noticed lots of Mac OS X eggs with > cruft at the end of the > filename, which prevents their installation through easy_install. > Renaming is all it takes > to install them; still, it's annoying." > > HTH, > > -Jeff > > > > -- > Jeffrey S. Whitaker Phone : (303)497-6313 > NOAA/OAR/CDC R/PSD1 FAX : (303)497-6449 > 325 Broadway Boulder, CO, USA 80305-3328 > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
Samuel M. Smith wrote: > I am a little confused. It seems the only ones having success > installing MPL on Leopard are those building from > source. Is this the recommended way to install. I couldn't get the egg > to install. > > Samuel: There was a recent message (pasted below) on the list from Vincent Noel that describes a workaround for the Leopard egg problem: "If you rename matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg to matplotlib-0.98.0-py2.5.egg, easy_install will install it from the disk. I'm not sure why this happens. I've noticed lots of Mac OS X eggs with cruft at the end of the filename, which prevents their installation through easy_install. Renaming is all it takes to install them; still, it's annoying." HTH, -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 NOAA/OAR/CDC R/PSD1 FAX : (303)497-6449 325 Broadway Boulder, CO, USA 80305-3328
I am a little confused. It seems the only ones having success installing MPL on Leopard are those building from source. Is this the recommended way to install. I couldn't get the egg to install. ********************************************************************** Samuel M. Smith Ph.D. 2966 Fort Hill Road Eagle Mountain, Utah 84005-4108 801-768-2768 voice 801-768-2769 fax ********************************************************************** "The greatest source of failure and unhappiness in the world is giving up what we want most for what we want at the moment" **********************************************************************
I am having problems installing on Leopard. It is not clear what your are renaming and to what. I download a zip file matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg.zip This extracts to a directory named matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg Do I rename this directory and remove -fat from the name so it is matplotlib-0.98.0-py2.5-macosx-10.3.egg I tried this but it didn't work sudo easy_install /Volumes/Aux/ServerSync/Install/Python/MacPython/ Python2.5.x/Matplotlib/matplotlib-0.98.0-py2.5-macosx-10.3.egg Password: Processing matplotlib-0.98.0-py2.5-macosx-10.3.egg Copying matplotlib-0.98.0-py2.5-macosx-10.3.egg to /Library/Frameworks/ Python.framework/Versions/2.5/lib/python2.5/site-packages Adding matplotlib 0.98.0 to easy-install.pth file Installed /Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/matplotlib-0.98.0-py2.5-macosx-10.3.egg Processing dependencies for matplotlib==0.98.0 Searching for matplotlib==0.98.0 Reading http://pypi.python.org/simple/matplotlib/ Reading http://matplotlib.sourceforge.net Reading https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 Reading https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194 Reading http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 Reading http://sourceforge.net/project/showfiles.php?group_id=80706 Best match: matplotlib 0.98.0 Downloading http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.0.tar.gz?modtime=1212104461&big_mirror=0 Processing matplotlib-0.98.0.tar.gz Running matplotlib-0.98.0/setup.py -q bdist_egg --dist-dir /tmp/ easy_install-ELrNzS/matplotlib-0.98.0/egg-dist-tmp-Yaf5pv = = = = ======================================================================== BUILDING MATPLOTLIB matplotlib: 0.98.0 python: 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] platform: darwin REQUIRED DEPENDENCIES numpy: 1.1.0 freetype2: 9.16.3 OPTIONAL BACKEND DEPENDENCIES libpng: 1.2.25 Tkinter: Tkinter: 50704, Tk: 8.4, Tcl: 8.4 wxPython: 2.8.7.1 * WxAgg extension not required for wxPython >= 2.8 Gtk+: no * Building for Gtk+ requires pygtk; you must be able * to "import gtk" in your build/install environment Qt: no Qt4: no Cairo: no OPTIONAL DATE/TIMEZONE DEPENDENCIES datetime: present, version unknown dateutil: 1.4 pytz: 2007k OPTIONAL USETEX DEPENDENCIES dvipng: 1.9 ghostscript: 8.61 latex: 3.141592 pdftops: 3.02 EXPERIMENTAL CONFIG PACKAGE DEPENDENCIES configobj: matplotlib will provide enthought.traits: matplotlib will provide [Edit setup.cfg to suppress the above messages] = = = = ======================================================================== warning: no files found matching 'NUMARRAY_ISSUES' warning: no files found matching 'MANIFEST' warning: no files found matching 'matplotlibrc' warning: no files found matching 'makeswig.py' warning: no files found matching 'lib/mpl_toolkits' no previously-included directories found matching 'examples/_tmp_*' warning: no files found matching '*' under directory 'swig' In file included from /usr/include/math.h:26, from /Library/Frameworks/Python.framework/Versions/ 2.5/include/python2.5/pyport.h:231, from /Library/Frameworks/Python.framework/Versions/ 2.5/include/python2.5/Python.h:57, from ./CXX/WrapPython.h:42, from CXX/cxxextensions.c:38: /usr/include/architecture/ppc/math.h:675: warning: conflicting types for built-in function ‘scalb’ ld: warning in /opt/local/lib/libfreetype.dylib, file is not of required architecture ld: warning in /opt/local/lib/libz.dylib, file is not of required architecture ld: in /opt/local/lib/libJPEG.dylib, file is not of required architecture for architecture ppc collect2: ld returned 1 exit status ld: warning, duplicate dylib /opt/local/lib/libz.1.dylib lipo: can't open input file: /var/tmp//ccWbB6PA.out (No such file or directory) error: Setup script exited with error: command 'g++' failed with exit status 1 Exception exceptions.OSError: (2, 'No such file or directory', 'src/ image.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x6227878>> ignored Exception exceptions.OSError: (2, 'No such file or directory', 'src/ path.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x62270f8>> ignored Exception exceptions.OSError: (2, 'No such file or directory', 'src/ backend_agg.cpp') in <bound method CleanUpFile.__del__ of <setupext.CleanUpFile instance at 0x6227468>> ignored On 06 Jun 2008, at 03:07 , Andrew Charles wrote: > I had this problem too, on Leopard. Trying to easy_install the egg > named as downloaded from sourceforge results in stuff being downloaded > and failing to build. > > Renaming the egg as suggested by Vincent results in an 'easy install'. > > ------------------------- > Andrew Charles > Centre for Australian Weather and Climate, > Australian Bureau of Meteorology. > Condensed Matter Theory Group, > RMIT University. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users ********************************************************************** Samuel M. Smith Ph.D. 2966 Fort Hill Road Eagle Mountain, Utah 84005-4108 801-768-2768 voice 801-768-2769 fax ********************************************************************** "The greatest source of failure and unhappiness in the world is giving up what we want most for what we want at the moment" **********************************************************************