On Thu, Feb 28, 2013 at 11:24 AM, Nelle Varoquaux
wrote:
> Hello,
>
> Since I've updated my master branch, I have a new error when installing
> matplotlib. It seems it doesn't find a header file from numpy:
>
> I've reinstalled numpy (development version), and I tried to reinstall
> everything (on
I often find that a `git clean -fxd` is enough, rather than blitzing my
whole virtualenv.
On 03/01/2013 10:16 AM, Nelle Varoquaux wrote:
That's weird. Did you try installing a stable numpy version instead?
I tried compiling mpl against numpy 1.6.2 and everything worked out
fine.
>
>
> That's weird. Did you try installing a stable numpy version instead?
> I tried compiling mpl against numpy 1.6.2 and everything worked out
> fine.
>
I'm reinstalled everything, and it works fine. I still have problems when I
switch from an old branch (before the merge of the packaging chang
It thinks the Numpy header files are here:
/usr/lib/pymodules/python2.6/numpy/core/include
are they there and from the right version of Numpy?
When you run python (the same copy you're building with), and import
numpy and print "numpy.__version__" does that give the expected
version. What do