Re: [Numpy-discussion] Problems with get_info installing scipy

2010-06-08 Thread Jeff Hsu
Thanks, that works. Unfortunately it uncovered another problem. When I try and reinstall numpy, it keeps building with intel mkl libraries even when I get a fresh install of numpy with the site.cfg set to default or no site.cfg at all. Giving me: FOUND: libraries = ['mkl_intel_lp64', 'mkl_in

Re: [Numpy-discussion] Problems with get_info installing scipy

2010-06-08 Thread Pauli Virtanen
Tue, 08 Jun 2010 09:47:41 -0400, Jeff Hsu wrote: > I tried to install scipy, but I get the error with not being able to > find get_info() from numpy.distutils.misc_util. I read that you need > the SVN version of numpy to fix this. I recompiled numpy and > reinstalled from the SVN, which says is v

[Numpy-discussion] Problems with get_info installing scipy

2010-06-08 Thread Jeff Hsu
I tried to install scipy, but I get the error with not being able to find get_info() from numpy.distutils.misc_util. I read that you need the SVN version of numpy to fix this. I recompiled numpy and reinstalled from the SVN, which says is version 1.3.0 (was using 1.4.1 version before) and that fu