From: Chris B. <bea...@ha...> - 2013-07-24 14:57:45
|
Same with me. I had a stale pyparsing.pyc file in the MPL source directory (presumably from an old MPL version) whose version # was too old. When mpl tried to 'import pyparsing', it found that version, and raised an error. Of course, if I tried "import pyparsing; print pyparsing.__version__" from my home directory, python found a more recent pyparsing. So the error message was a little confusing. I only think this is going to effect people building from the Git source, who have the old pyparsing.pyc file. On Wed, Jul 24, 2013 at 10:45 AM, Benjamin Root <ben...@ou...> wrote: > > > > On Wed, Jul 24, 2013 at 9:39 AM, Michael Droettboom <md...@st...>wrote: > >> On 07/23/2013 03:33 PM, Benjamin Root wrote: >> >> Just checked out rc5 from git and did an install, and ran into a >> pyparsing version check issue. >> >> >> What was the issue? Is it that you had 2.0.1 which rc5 still considers >> to be incompatible with Python 2? I'd like to know specifically what >> happened in case there's a deeper issue. >> >> >> > It claimed I didn't meet the minimum pyparsing version needed when I tried > importing matplotlib after installing from source. However, importing > pyparsing on its own yielded a version slightly above the minimum (I forget > the actual numbers). I had also just came from an build of an older > version of matplotlib. > > Ben > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- ************************************ Chris Beaumont Graduate Student Institute for Astronomy University of Hawaii at Manoa 2680 Woodlawn Drive Honolulu, HI 96822 www.ifa.hawaii.edu/~beaumont ************************************ |