I'm trying to run a python Code. It imports cv, but when it tries to do so, the above error pops up. The only function where cv is used is
cv.Moments(points)
cv2 imports just fine and I'm on python 3.7 version. If anyone has a workaround for this specific problem? I'll be much obliged. Thank you!