After I install the library using pip install opencv-contrib-Python, I try import cv2 and it gave the error: recursion is detected during loading of "cv2" binary extensions. However if I execute pip ...
It looks like the act of trying to log the warning: "SDK is disabled." is causing a logger to be created, which is in then causing the warning: "SDK is disabled." to be logged, which is causing a ...