gpt4 book ai didi

python - 运行时错误 : module compiled against API version a but this version of numpy is 9

转载 作者:IT老高 更新时间:2023-10-28 21:33:55 24 4
gpt4 key购买 nike

代码:

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 El Capitan、Macbook Air、1.3 GHz Intel Core i5、8 GB 1600 HMz DDR3

我已经尝试过更新 numpy.我必须将 cv.py 添加到 Spyder-Py2 中的 python2.7 文件夹中,还有什么需要添加的吗?

最佳答案

将 numpy 升级到最新版本

pip install numpy --upgrade

关于python - 运行时错误 : module compiled against API version a but this version of numpy is 9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33859531/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com