472,119 Members | 1,490 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

latest numpy & scipy - incompatible ?

I'm using latest numpy & scipy. What is this problem ? :
>>import scipy.stats
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
>>import numpy.core.multiarray

import scipy
scipy.__version__
'0.5.1'
>>numpy.__version__
'1.0'
>>>

-robert
Oct 28 '06 #1
2 3799
robert wrote:
I'm using latest numpy & scipy. What is this problem ? :
>>>import scipy.stats
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

Oct 28 '06 #2
robert wrote:
I'm using latest numpy & scipy. What is this problem ? :
>>>import scipy.stats
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
>>>import numpy.core.multiarray

import scipy
scipy.__version__
'0.5.1'
>>>numpy.__version__
'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

Oct 29 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by jason | last post: by
20 posts views Thread by mclaugb | last post: by
1 post views Thread by drife | last post: by
3 posts views Thread by Iljya | last post: by
15 posts views Thread by greg.landrum | last post: by
18 posts views Thread by robert | last post: by
1 post views Thread by 1960_j | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.