コード:はRuntimeError:モジュールAPIのバージョンAに対してコンパイルが、numpyのこのバージョンは9
import numpy as np
import cv
コンソール:
>>> runfile('/Users/isaiahnields/.spyder2/temp.py', wdir='/Users/isaiahnields/.spyder2')
RuntimeError: module compiled against API version a but this version of numpy is 9
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/sitecustomize.py", line 685, in runfile
execfile(filename, namespace)
File "/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/sitecustomize.py", line 78, in execfile
builtins.execfile(filename, *where)
File "/Users/isaiahnields/.spyder2/temp.py", line 9, in <module>
import cv
File "/Applications/Spyder-Py2.app/Contents/Resources/lib/python2.7/cv.py", line 1, in <module>
from cv2.cv import *
ImportError: numpy.core.multiarray failed to import
>>>
システム情報:OS Xエルキャピタン、Macbook Airは、1.3 GHzのIntelコアi5,8 GB 1600 HMz DDR3
私はすでにnumpyの更新を試みています。 Spyder-Py2のpython2.7フォルダにcv.pyを追加する必要がありました。追加する必要があるものは何ですか?
Becareful!複数のバージョンのPythonをインストールすることはお勧めできません。あなたはこの男のように終わるかもしれません:http://stackoverflow.com/questions/14117945/too-many-different-python-versions-on-my-system-and-causing-problems – Jakobovski