latest numpy & scipy - incompatible ?

R

robert

I'm using latest numpy & scipy. What is this problem ? :
RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000009
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "C:\PYTHON23\Lib\site-packages\scipy\stats\__init__.py", line 7, in ?
from stats import *
File "C:\PYTHON23\Lib\site-packages\scipy\stats\stats.py", line 191, in ?
import scipy.special as special
File "C:\PYTHON23\Lib\site-packages\scipy\special\__init__.py", line 8, in ?
from basic import *
File "C:\PYTHON23\Lib\site-packages\scipy\special\basic.py", line 8, in ?
from _cephes import *
ImportError: numpy.core.multiarray failed to import

-robert
 
R

Robert Kern

robert said:
I'm using latest numpy & scipy. What is this problem ? :

RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000009

The scipy binary available on sourceforge has not been recompiled for numpy 1.0.
All you need to do is recompile, though, and everything will work.

--
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
 
T

Travis E. Oliphant

robert said:
I'm using latest numpy & scipy. What is this problem ? :

RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000009
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "C:\PYTHON23\Lib\site-packages\scipy\stats\__init__.py", line 7, in ?
from stats import *
File "C:\PYTHON23\Lib\site-packages\scipy\stats\stats.py", line 191, in ?
import scipy.special as special
File "C:\PYTHON23\Lib\site-packages\scipy\special\__init__.py", line 8, in ?
from basic import *
File "C:\PYTHON23\Lib\site-packages\scipy\special\basic.py", line 8, in ?
from _cephes import *
ImportError: numpy.core.multiarray failed to import
'1.0'

Download the 1.0rc2 binary until SciPy 0.5.2 which should be out in a
few days. If you can recompile, SciPy yourself, then it will work fine
with 1.0

-Travis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top