debian 10 gcc/g++ version 8.3.0 (Debian 8.3.0-6) Python 3.9.0 I want to build the final cv2 shared library (e.g. cv2.cpython-39-x86_64-linux-gnu.so) with debug symbols and without optimizations. I ...
Hitting "ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation." While importing cv2, but only while running unit tests in PyCharm, in debug mode. In run ...