[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
function is not found within either versions.  What version of numpy should
I use? Or maybe I'm not removing numpy correctly.

Thanks!
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


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 version 1.3.0 (was using 1.4.1
 version before) and that function is not found within either versions. 
 What version of numpy should I use? Or maybe I'm not removing numpy
 correctly.

It's included in 1.4.1 and in SVN (which is 1.5.x).

You almost certainly have an older version of numpy installed somewhere 
that overrides the new one. Check import numpy; print numpy.__file__ to 
see which one is imported.

-- 
Pauli Virtanen

___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


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_intel_thread', 'mkl_core',
'pthread']
library_dirs = ['/opt/intel/Compiler/11.1/072/mkl/lib/em64t']
define_macros = [('SCIPY_MKL_H', None)]
include_dirs = ['/opt/intel/Compiler/11.1/072/mkl/include']
...


On Tue, Jun 8, 2010 at 10:41 AM, Pauli Virtanen p...@iki.fi wrote:

 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 version 1.3.0 (was using 1.4.1
  version before) and that function is not found within either versions.
  What version of numpy should I use? Or maybe I'm not removing numpy
  correctly.

 It's included in 1.4.1 and in SVN (which is 1.5.x).

 You almost certainly have an older version of numpy installed somewhere
 that overrides the new one. Check import numpy; print numpy.__file__ to
 see which one is imported.

 --
 Pauli Virtanen

 ___
 NumPy-Discussion mailing list
 NumPy-Discussion@scipy.org
 http://mail.scipy.org/mailman/listinfo/numpy-discussion

___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion