2011-05-10 63 views
1

我在Mac上構建了numpy 1.5.1,numexpr 1.4.2和PyTables 2.2.1,並且出現以下錯誤。我把它搜索了一遍,但只發現有一個地方有人提到這個具體的錯誤,並沒有找到解決辦法。在Mac上運行構建的PyTables時出現的問題

有誰知道這意味着什麼?

謝謝, 戴夫

Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin 
Type "help", "copyright", "credits" or "license" for more information. 
>>> import numpy 
>>> numpy.__version__ 
'1.5.1' 
>>> numpy.__file__ 
'/Applications/.../__init__.pyc' (i.e., where I put it) 
>>> import tables 
RuntimeError: module compiled against API version 6 but this version of numpy is 4 
Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
    File "/Applications/VORPAL/VORPAL/Python/Extras/lib/python/tables/__init__.py", line 63, in <module> 
    from tables.utilsExtension import getPyTablesVersion, getHDF5Version 
ImportError: numpy.core.multiarray failed to import 

回答

1

嗯,我能吹了所有一切,使一個乾淨的構建來解決我的問題。所以我不確定問題是什麼,但我認爲我一定是以某種方式混合了版本。