|
From: Rachana K. <kat...@gm...> - 2014-07-04 06:30:44
|
Hey, even I had similar issue. Later I learnt python2.7 could support matplotlib version1.0.1 only. So if you want to upgrade your matplotlib, you first need to upgrade your python. On Thu, Jul 3, 2014 at 7:05 AM, jw <gw...@ou...> wrote: > I installed using version 1.3.1 windows binary > "matplotlib-1.3.1.win32-py2.7.exe" from mathplotlib download. Installation > went fine, but when using the package, it says "dateutil" and "pyparsing" > are missing, which are supposed to be bundled according to the installation > instruction. Is this a bug or expected behavior from now on? I did not have > this issue for earlier versions of matplotlib. > My base python is 2.7.8. > > If anyone is having the issue, either download the binaries from pythonlibs > mentioned above, or > install from the sources, which I did as follows: > (1) Install setuptools if you don't have it. > Download source from https://pypi.python.org/pypi/setuptools; > Unpack and run 'ez_setup.py install'; or 'python ez_setup.py install' > This will install setuptools. > > (2) Install any other package by downloading the source, unpacking, and > running 'setup.py install' > e.g., "dateutil" has been installed this way. > https://pypi.python.org/pypi/python-dateutil, same for pyparsing > > > > -- > View this message in context: > http://matplotlib.1069221.n5.nabble.com/installation-problem-tp43325p43606.html > Sent from the matplotlib - users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |