[SciPy-user] scipy install error

Robert Kern robert.kern at gmail.com
Sun Apr 8 17:59:14 EDT 2007


Ranjit Chacko wrote:
> I just installed python and scipy from here:
> http://pythonmac.org/packages/py24-fat/index.html
> 
> When I tried to import modules from scipy I got the following error:
> 
>>>> from scipy import *
> RuntimeError: module compiled against version 1000002 of C-API but this
> version of numpy is 1000009

Build scipy from source. That binary was compiled against an older version of numpy.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list