Ask Your Question
0

multi array error in open cv

asked 2019-02-09 19:47:59 -0600

RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-02-10 01:21:31 -0600

berak gravatar image

you have to update your numpy to something more recent. 0.7 is not aceptable, you need 1.1 or later.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-02-09 19:47:59 -0600

Seen: 117 times

Last updated: Feb 10 '19