[SciPy-User] scipy compiles, but importing interpolate fails

Gael Varoquaux gael.varoquaux at normalesup.org
Thu Mar 8 17:01:40 EST 2012


On Thu, Mar 08, 2012 at 01:59:44PM -0800, Keflavich wrote:
> That's plausible.  How do I specify which numpy is used when compiling
> scipy?

It should be the one that is imported by Python when you type 'import
numpy'. Basically, in scipy's 'setup.py', the header are found using the
'numpy.get_include_folder()' function.

Gaël



More information about the SciPy-User mailing list