module compiled against API version 9 but this version of numpy is 7
i 'm not able to solve this:
RuntimeError: module compiled against API version 9 but this version of numpy is 7 Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import
you need to install a more recent numpy version to run cv2 code.