A cv2 import statement has pytest-cov looking for two source files in cwd instead of in site-packages/cv2. So two warnings are issued, because coverage doesn't find config.py and config-3.py. This ...
I'm encountering an import error when using OpenCV 4.11.0 built from source with NumPy 2.2.6 on a Jetson Orin Nano running Python 3.10 (Clang). Although the release ...