Re: [Matplotlib-users] seg fault installing

2014-10-01 Thread Steve
I had installed these a couple of months ago successfully so I tried versions from that timeframe (numby 1.3.1 and matplotlib 1.8.1) and that worked fine. FWIW with the latest versions the crash was at line 1965 of datetime.c. The meta variable was not a pointer. It was actually the value of the

Re: [Matplotlib-users] seg fault installing

2014-10-01 Thread Paul Hobson
You mean matplotlib 1.3.1 and numpy 1.8.1, right?-- Paul Hobson Sorry if this is unintelligible. I'm on my phone. On Wed, Oct 1, 2014 at 9:36 AM, Steve McAfee smcafee.soc...@gmail.com wrote: This is really old. It's a readynas from netgear running etch with a bunch of backports. It seems that

[Matplotlib-users] seg fault installing

2014-09-30 Thread Steve McAfee
I'm using pip but even without it when I run setup.py build or setup.py install in the matplotlib directory I get a segfault early in the run. If I trace it, the seg fault is shortly after numbers.pyc is loaded from numpy, but even if I uninstall numpy I still get a segfault when I try to install