|
From: Benjamin R. <ben...@ou...> - 2014-07-04 18:35:39
|
One possibility is that with v1.3, we changed how packaging was done. Unfortunately, this did cause some transitional issues. The best bet is to uninstall *all* versions of matplotlib, pylab, and mpl_toolkits first, then re-install v1.3.1. Note that waiting for the v1.4 release wouldn't necessarily solve anything as it is the transition *from* older versions of matplotlib that is the issue rather than transitioning *to* newer versions. Hopefully this helps, Ben Root On Wed, Jul 2, 2014 at 9:35 PM, 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 > |