BrsBlinder

Results 3 comments of BrsBlinder

Got this error with opencv 4.8 for the following scenario: OpenCV built from sources with miniconda environment. Once the conda environment was ported to another machine, in python import cv2...

Change it to: PYTHON_EXTENSIONS_PATHS = [ os.path.join(os.path.dirname(os.path.realpath(__file__)), 'python-3.11') ] + PYTHON_EXTENSIONS_PATHS

There is a problem with current approach of not using package::target approach. Consider please the following scenario: I build my own static library as cmake install package with dependency to...