-
Notifications
You must be signed in to change notification settings - Fork 970
Description
Hi
I had a problem building the latest source of opencv-python. I was compiling the opencv-python repository and I came across an error which looks like an opencv bug.
This is my build command.
ENABLE_HEADLESS=1 ENABLE_CONTRIB=1 CMAKE_ARGS="-DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DWITH_CUDA=ON -DWITH_CUDNN=ON -DWITH_CUBLAS=ON -DWITH_MKL=ON -DMKL_USE_MULTITHREAD=ON -DMKL_WITH_TBB=ON -DWITH_FFMPEG=ON -DWITH_GSTREAMER=ON -DWITH_OPENJPEG=ON -DWITH_JPEG=ON -DOPENCV_ENABLE_NONFREE=ON -DWITH_OPENMP=ON -DWITH_LAPACK=ON -DOPENCV_CMAKE_CUDA_DEBUG=ON -DWITH_IPP=OFF " pip wheel . -vvv -w dist
this is cmake output
-- The C compiler identification is GNU 10.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-10 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- The CXX compiler identification is GNU 10.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-10 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pip-req-build-0whl4l50/_cmake_test_compile/build
-- The CXX compiler identification is GNU 10.3.0
-- The C compiler identification is GNU 10.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-10 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-10 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detected processor: x86_64
-- Found PythonInterp: /usr/bin/python (found suitable version "3.9.7", minimum required is "2.7")
CMake Warning at cmake/OpenCVDetectPython.cmake:81 (message):
CMake's 'find_host_package(PythonInterp 2.7)' found wrong Python version:
PYTHON_EXECUTABLE=/usr/bin/python
PYTHON_VERSION_STRING=3.9.7
Consider providing the 'PYTHON2_EXECUTABLE' variable via CMake command line
or environment variables
Call Stack (most recent call first):
cmake/OpenCVDetectPython.cmake:271 (find_python)
CMakeLists.txt:627 (include)
-- Could NOT find Python2 (missing: Interpreter)
Reason given by package:
Interpreter: Cannot run the interpreter "/usr/bin/python2"
-- Found PythonInterp: /usr/bin/python2
-- Found PythonInterp: /usr/bin/python (found suitable version "3.9.7", minimum required is "3.2")
-- Found PythonLibs: /usr/lib/libpython3.9.so (found suitable exact version "3.9.7")
-- Looking for ccache - not found
-- Performing Test HAVE_CXX_FSIGNED_CHAR
-- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
-- Performing Test HAVE_C_FSIGNED_CHAR
-- Performing Test HAVE_C_FSIGNED_CHAR - Success
-- Performing Test HAVE_CXX_W
-- Performing Test HAVE_CXX_W - Success
-- Performing Test HAVE_C_W
-- Performing Test HAVE_C_W - Success
-- Performing Test HAVE_CXX_WALL
-- Performing Test HAVE_CXX_WALL - Success
-- Performing Test HAVE_C_WALL
-- Performing Test HAVE_C_WALL - Success
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
-- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_C_WERROR_RETURN_TYPE
-- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WERROR_ADDRESS
-- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
-- Performing Test HAVE_C_WERROR_ADDRESS
-- Performing Test HAVE_C_WERROR_ADDRESS - Success
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
-- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
-- Performing Test HAVE_CXX_WFORMAT
-- Performing Test HAVE_CXX_WFORMAT - Success
-- Performing Test HAVE_C_WFORMAT
-- Performing Test HAVE_C_WFORMAT - Success
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
-- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_C_WMISSING_DECLARATIONS
-- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
-- Performing Test HAVE_C_WMISSING_PROTOTYPES
-- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
-- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES
-- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
-- Performing Test HAVE_CXX_WUNDEF
-- Performing Test HAVE_CXX_WUNDEF - Success
-- Performing Test HAVE_C_WUNDEF
-- Performing Test HAVE_C_WUNDEF - Success
-- Performing Test HAVE_CXX_WINIT_SELF
-- Performing Test HAVE_CXX_WINIT_SELF - Success
-- Performing Test HAVE_C_WINIT_SELF
-- Performing Test HAVE_C_WINIT_SELF - Success
-- Performing Test HAVE_CXX_WPOINTER_ARITH
-- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
-- Performing Test HAVE_C_WPOINTER_ARITH
-- Performing Test HAVE_C_WPOINTER_ARITH - Success
-- Performing Test HAVE_CXX_WSHADOW
-- Performing Test HAVE_CXX_WSHADOW - Success
-- Performing Test HAVE_C_WSHADOW
-- Performing Test HAVE_C_WSHADOW - Success
-- Performing Test HAVE_CXX_WSIGN_PROMO
-- Performing Test HAVE_CXX_WSIGN_PROMO - Success
-- Performing Test HAVE_C_WSIGN_PROMO
-- Performing Test HAVE_C_WSIGN_PROMO - Failed
-- Performing Test HAVE_CXX_WUNINITIALIZED
-- Performing Test HAVE_CXX_WUNINITIALIZED - Success
-- Performing Test HAVE_C_WUNINITIALIZED
-- Performing Test HAVE_C_WUNINITIALIZED - Success
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WSUGGEST_OVERRIDE - Success
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE
-- Performing Test HAVE_C_WSUGGEST_OVERRIDE - Failed
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
-- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
-- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
-- Performing Test HAVE_CXX_WNO_COMMENT
-- Performing Test HAVE_CXX_WNO_COMMENT - Success
-- Performing Test HAVE_C_WNO_COMMENT
-- Performing Test HAVE_C_WNO_COMMENT - Success
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_CXX_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3
-- Performing Test HAVE_C_WIMPLICIT_FALLTHROUGH_3 - Success
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_CXX_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
-- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test HAVE_CXX_WNO_LONG_LONG
-- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
-- Performing Test HAVE_C_WNO_LONG_LONG
-- Performing Test HAVE_C_WNO_LONG_LONG - Success
-- Performing Test HAVE_CXX_PTHREAD
-- Performing Test HAVE_CXX_PTHREAD - Success
-- Performing Test HAVE_C_PTHREAD
-- Performing Test HAVE_C_PTHREAD - Success
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
-- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER
-- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
-- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_C_FFUNCTION_SECTIONS
-- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
-- Performing Test HAVE_CXX_FDATA_SECTIONS
-- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
-- Performing Test HAVE_C_FDATA_SECTIONS
-- Performing Test HAVE_C_FDATA_SECTIONS - Success
-- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
-- Performing Test HAVE_CXX_MSSE - Success
-- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
-- Performing Test HAVE_CXX_MSSE2 - Success
-- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
-- Performing Test HAVE_CXX_MSSE3 - Success
-- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
-- Performing Test HAVE_CXX_MSSSE3 - Success
-- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
-- Performing Test HAVE_CXX_MSSE4_1 - Success
-- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
-- Performing Test HAVE_CXX_MPOPCNT - Success
-- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
-- Performing Test HAVE_CXX_MSSE4_2 - Success
-- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CXX_MF16C - Success
-- Performing Test HAVE_CXX_MFMA
-- Performing Test HAVE_CXX_MFMA - Success
-- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
-- Performing Test HAVE_CXX_MAVX - Success
-- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
-- Performing Test HAVE_CXX_MAVX2 - Success
-- Performing Test HAVE_CXX_MAVX512F (check file: cmake/checks/cpu_avx512.cpp)
-- Performing Test HAVE_CXX_MAVX512F - Success
-- Performing Test HAVE_CXX_MAVX512F_MAVX512CD (check file: cmake/checks/cpu_avx512common.cpp)
-- Performing Test HAVE_CXX_MAVX512F_MAVX512CD - Success
-- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ (check file: cmake/checks/cpu_avx512skx.cpp)
-- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX - Success
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
-- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
-- Performing Test HAVE_LINK_AS_NEEDED
-- Performing Test HAVE_LINK_AS_NEEDED - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for memalign
-- Looking for memalign - found
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found ZLIB: /lib64/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
-- Found JPEG: /lib64/libjpeg.so (found version "80")
-- Found TIFF: /lib64/libtiff.so (found version "4.3.0")
-- Found WebP: /lib64/libwebp.so
-- Found system OpenJPEG: openjp2 (found version "")
-- Found ZLIB: /lib64/libz.so (found version "1.2.11")
-- Found PNG: /lib64/libpng.so (found version "1.6.37")
-- Looking for /usr/include/libpng/png.h
-- Looking for /usr/include/libpng/png.h - not found
-- Looking for semaphore.h
-- Looking for semaphore.h - found
-- Performing Test HAVE_CXX_WNO_SHADOW
-- Performing Test HAVE_CXX_WNO_SHADOW - Success
-- Performing Test HAVE_CXX_WNO_UNUSED
-- Performing Test HAVE_CXX_WNO_UNUSED - Success
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
-- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_UNDEF
-- Performing Test HAVE_CXX_WNO_UNDEF - Success
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED
-- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
-- Performing Test HAVE_CXX_WNO_SWITCH
-- Performing Test HAVE_CXX_WNO_SWITCH - Success
-- Performing Test HAVE_CXX_WNO_PARENTHESES
-- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
-- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
-- Performing Test HAVE_CXX_WNO_EXTRA
-- Performing Test HAVE_CXX_WNO_EXTRA - Success
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
-- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Success
-- Performing Test HAVE_CXX_WNO_DEPRECATED
-- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
-- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
-- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
-- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_COMPARE - Success
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
-- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
-- Performing Test HAVE_CXX_WNO_REORDER
-- Performing Test HAVE_CXX_WNO_REORDER - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_RESULT
-- Performing Test HAVE_CXX_WNO_UNUSED_RESULT - Success
-- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION
-- Performing Test HAVE_CXX_WNO_IMPLICIT_CONST_INT_FLOAT_CONVERSION - Failed
-- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS
-- Performing Test HAVE_CXX_WNO_CLASS_MEMACCESS - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDNN: /lib64/libcudnn.so (found suitable version "8.3.0", minimum required is "7.5")
-- CUDA detected: 11.5
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_20,code=sm_20;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 1
-- Out:
-- Err: nvcc fatal : Unsupported gpu architecture 'compute_20'
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_30,code=sm_30;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 1
-- Out:
-- Err: nvcc fatal : Unsupported gpu architecture 'compute_30'
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_35,code=sm_35;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err: nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_37,code=sm_37;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err: nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_50,code=sm_50;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err: nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_52,code=sm_52;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_60,code=sm_60;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_61,code=sm_61;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_70,code=sm_70;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_75,code=sm_75;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_80,code=sm_80;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
CMake Warning at cmake/OpenCVDetectCUDA.cmake:165 (message):
COMMAND:
/opt/cuda/bin/nvcc;-ccbin;/usr/bin/g++-10;-gencode;arch=compute_86,code=sm_86;/tmp/pip-req-build-0whl4l50/opencv/cmake/checks/OpenCVDetectCudaArch.cu;--compile
Call Stack (most recent call first):
cmake/OpenCVDetectCUDA.cmake:268 (ocv_filter_available_architecture)
cmake/OpenCVFindLibsPerf.cmake:43 (include)
CMakeLists.txt:732 (include)
-- Result: 0
-- Out:
-- Err:
-- CUDA NVCC target flags: -gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-D_FORCE_INLINES
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Found MKL 2020.0.4 at: /opt/intel/mkl
-- LAPACK(MKL): LAPACK_LIBRARIES: /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_tbb_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;tbb;/opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_tbb_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;tbb;/opt/intel/mkl/lib/intel64/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64/libmkl_tbb_thread.so;/opt/intel/mkl/lib/intel64/libmkl_core.so;tbb;-lpthread;-lm;-ldl
-- LAPACK(MKL): Can't build LAPACK check code. This LAPACK version is not supported.
-- Found OpenBLAS libraries: /lib/libopenblas.so
-- Found OpenBLAS include: /usr/include
-- LAPACK(OpenBLAS): LAPACK_LIBRARIES: /lib/libopenblas.so
CMake Warning at cmake/OpenCVFindLAPACK.cmake:29 (message):
LAPACK(OpenBLAS): CBLAS/LAPACK headers are not found in '/usr/include'
Call Stack (most recent call first):
cmake/OpenCVFindLAPACK.cmake:156 (ocv_lapack_check)
CMakeLists.txt:733 (include)
-- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_BLAS_LIBRARY)
-- Looking for sgemm_
-- Looking for sgemm_ - not found
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found BLAS: /opt/intel/mkl/lib/intel64_lin/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64_lin/libmkl_intel_thread.so;/opt/intel/mkl/lib/intel64_lin/libmkl_core.so;/opt/intel/mkl/lib/intel64_lin/libiomp5.so;-lpthread;-lm;-ldl
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found LAPACK: /opt/intel/mkl/lib/intel64_lin/libmkl_intel_lp64.so;/opt/intel/mkl/lib/intel64_lin/libmkl_intel_thread.so;/opt/intel/mkl/lib/intel64_lin/libmkl_core.so;/opt/intel/mkl/lib/intel64_lin/libiomp5.so;-lpthread;-lm;-ldl;-lpthread;-lm;-ldl
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
-- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
-- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
-- Performing Test HAVE_CXX_WNO_SIGN_PROMO
-- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
-- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
-- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
-- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
-- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
-- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
-- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
-- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
-- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
-- Found JNI: /usr/lib/jvm/default/jre/lib/amd64/libjawt.so
-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_C_WNO_SHADOW
-- Performing Test HAVE_C_WNO_SHADOW - Success
-- Looking for dlerror in dl
-- Looking for dlerror in dl - found
-- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
-- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success
-- Performing Test HAVE_C_WNO_UNDEF
-- Performing Test HAVE_C_WNO_UNDEF - Success
-- Performing Test HAVE_C_WNO_SIGN_COMPARE
-- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
-- ADE: Download: v0.1.1f.zip
-- Performing Test HAVE_CXX_WNO_STRICT_ALIASING
-- Performing Test HAVE_CXX_WNO_STRICT_ALIASING - Success
-- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
-- Found libavcodec, version 58.134.100
-- Found libavformat, version 58.76.100
-- Found libavutil, version 56.70.100
-- Found libswscale, version 5.9.100
-- Checking for module 'libavresample'
-- Package 'libavresample', required by 'virtual:world', not found
-- WARNING: Can't build ffmpeg test code
-- Checking for module 'gstreamer-base-1.0'
-- Found gstreamer-base-1.0, version 1.18.5
-- Checking for module 'gstreamer-app-1.0'
-- Found gstreamer-app-1.0, version 1.18.5
-- Checking for module 'gstreamer-riff-1.0'
-- Found gstreamer-riff-1.0, version 1.18.5
-- Checking for module 'gstreamer-pbutils-1.0'
-- Found gstreamer-pbutils-1.0, version 1.18.5
-- Checking for module 'gstreamer-video-1.0'
-- Found gstreamer-video-1.0, version 1.18.5
-- Checking for module 'gstreamer-audio-1.0'
-- Found gstreamer-audio-1.0, version 1.18.5
-- Checking for module 'libdc1394-2'
-- Found libdc1394-2, version 2.2.6
-- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE - Success
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
-- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
-- Checking for module 'freetype2'
-- Found freetype2, version 24.0.18
-- Checking for module 'harfbuzz'
-- Found harfbuzz, version 3.1.1
-- freetype2: YES (ver 24.0.18)
-- harfbuzz: YES (ver 3.1.1)
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) (found version "")
-- Julia not found. Not compiling Julia Bindings.
-- Module opencv_ovis disabled because OGRE3D was not found
-- Failed to find glog - Could not find glog include directory, set GLOG_INCLUDE_DIR to directory containing glog/logging.h
-- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
-- Checking for module 'tesseract'
-- Package 'tesseract', required by 'virtual:world', not found
-- Tesseract: NO
-- Allocator metrics storage type: 'long long'
-- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
-- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /tmp/pip-req-build-0whl4l50/opencv/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
-- Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.rvv.cpp
-- imgcodecs: OpenEXR codec is disabled in runtime. Details: https://github.com/opencv/opencv/issues/21326
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
-- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- wechat_qrcode: Download: detect.caffemodel
-- wechat_qrcode: Download: detect.prototxt
-- wechat_qrcode: Download: sr.caffemodel
-- wechat_qrcode: Download: sr.prototxt
-- highgui: using builtin backend: NONE
-- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
-- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
-- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
-- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
-- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
-- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
-- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
-- xfeatures2d/vgg: Download: vgg_generated_48.i
-- xfeatures2d/vgg: Download: vgg_generated_64.i
-- xfeatures2d/vgg: Download: vgg_generated_80.i
-- xfeatures2d/vgg: Download: vgg_generated_120.i
-- data: Download: face_landmark_model.dat
-- Try 1 failed
CMake Warning at cmake/OpenCVDownload.cmake:202 (message):
data: Download failed: 28;"Timeout was reached"
For details please refer to the download log file:
/tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-build/CMakeDownloadLog.txt
Call Stack (most recent call first):
/tmp/pip-req-build-0whl4l50/opencv_contrib/modules/face/CMakeLists.txt:13 (ocv_download)
CMake Warning at /tmp/pip-req-build-0whl4l50/opencv_contrib/modules/face/CMakeLists.txt:26 (message):
Face: Can't get model file for face alignment.
-- NVIDIA_OPTICAL_FLOW: Download: edb50da3cf849840d680249aa6dbef248ebce2ca.zip
-- Building with NVIDIA Optical Flow API 2.0
-- Found 'misc' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/python/package/extra_modules
-- Found 'mat_wrapper;utils' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/core/misc/python/package
-- Found 'gapi' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/gapi/misc/python/package
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
-- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
-- Found 'misc' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/python/package/extra_modules
-- Found 'mat_wrapper;utils' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/core/misc/python/package
-- Found 'gapi' Python modules from /tmp/pip-req-build-0whl4l50/opencv/modules/gapi/misc/python/package
--
-- General configuration for OpenCV 4.5.5 =====================================
-- Version control: 4.5.5
--
-- Extra modules:
-- Location (extra): /tmp/pip-req-build-0whl4l50/opencv_contrib/modules
-- Version control (extra): 4.5.5
--
-- Platform:
-- Timestamp: 2022-01-05T12:58:09Z
-- Host: Linux 5.10.81-1-lts x86_64
-- CMake: 3.22.1
-- CMake generator: Ninja
-- CMake build tool: /usr/bin/ninja
-- Configuration: Release
--
-- CPU/HW features:
-- Baseline: SSE SSE2 SSE3
-- requested: SSE3
-- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
-- requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
-- SSE4_1 (16 files): + SSSE3 SSE4_1
-- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
-- FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
-- AVX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
-- AVX2 (31 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
-- AVX512_SKX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
--
-- C/C++:
-- Built as dynamic libs?: NO
-- C++ standard: 11
-- C++ Compiler: /usr/bin/g++-10 (ver 10.3.0)
-- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
-- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Wsuggest-override -Wno-delete-non-virtual-dtor -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
-- C Compiler: /usr/bin/gcc-10
-- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
-- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Wno-comment -Wimplicit-fallthrough=3 -Wno-strict-overflow -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
-- Linker flags (Release): -Wl,--gc-sections -Wl,--as-needed
-- Linker flags (Debug): -Wl,--gc-sections -Wl,--as-needed
-- ccache: NO
-- Precompiled headers: NO
-- Extra dependencies: va va-drm /lib64/libjpeg.so /lib64/libwebp.so /lib64/libpng.so /lib64/libtiff.so openjp2 /lib64/libz.so Iconv::Iconv m pthread cudart_static dl rt nppc nppial nppicc nppidei nppif nppig nppim nppist nppisu nppitc npps cublas cudnn cufft -L/opt/cuda/lib64 -L/lib64
-- 3rdparty dependencies: libprotobuf ade ittnotify IlmImf quirc
--
-- OpenCV modules:
-- To be built: alphamat aruco barcode bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dnn_superres dpm face features2d flann fuzzy gapi hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor mcc ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab wechat_qrcode xfeatures2d ximgproc xobjdetect xphoto
-- Disabled: freetype world
-- Disabled by dependency: -
-- Unavailable: cvv hdf java julia matlab ovis python2 sfm ts viz
-- Applications: -
-- Documentation: NO
-- Non-free algorithms: YES
--
-- GUI: NONE
-- VTK support: NO
--
-- Media I/O:
-- ZLib: /lib64/libz.so (ver 1.2.11)
-- JPEG: /lib64/libjpeg.so (ver 80)
-- WEBP: /lib64/libwebp.so (ver encoder: 0x020f)
-- PNG: /lib64/libpng.so (ver 1.6.37)
-- TIFF: /lib64/libtiff.so (ver 42 / 4.3.0)
-- JPEG 2000: OpenJPEG (ver 2.4.0)
-- OpenEXR: build (ver 2.3.0)
-- HDR: YES
-- SUNRASTER: YES
-- PXM: YES
-- PFM: YES
--
-- Video I/O:
-- DC1394: YES (2.2.6)
-- FFMPEG: NO
-- avcodec: YES (58.134.100)
-- avformat: YES (58.76.100)
-- avutil: YES (56.70.100)
-- swscale: YES (5.9.100)
-- avresample: NO
-- GStreamer: YES (1.18.5)
-- v4l/v4l2: YES (linux/videodev2.h)
--
-- Parallel framework: OpenMP
--
-- Trace: YES (with Intel ITT)
--
-- Other third-party libraries:
-- VA: YES
-- Lapack: NO
-- Eigen: YES (ver 3.4.0)
-- Custom HAL: NO
-- Protobuf: build (3.19.1)
--
-- NVIDIA CUDA: YES (ver 11.5, CUFFT CUBLAS)
-- NVIDIA GPU arch: 35 37 50 52 60 61 70 75 80 86
-- NVIDIA PTX archs:
--
-- cuDNN: YES (ver 8.3.0)
--
-- OpenCL: YES (INTELVA)
-- Include path: /tmp/pip-req-build-0whl4l50/opencv/3rdparty/include/opencl/1.2
-- Link libraries: Dynamic load
--
-- Python 3:
-- Interpreter: /usr/bin/python (ver 3.9.7)
-- Libraries: /usr/lib/libpython3.9.so (ver 3.9.7)
-- numpy: /tmp/pip-build-env-nnnhblr_/overlay/lib/python3.9/site-packages/numpy/core/include (ver 1.19.3)
-- install path: python/cv2/python-3
--
-- Python (for build): /usr/bin/python
--
-- Java:
-- ant: NO
-- JNI: /usr/lib/jvm/default/include /usr/lib/jvm/default/include/linux /usr/lib/jvm/default/include
-- Java wrappers: NO
-- Java tests: NO
--
-- Install to: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install
-- -----------------------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-build```
And this is building output:
```[1515/1516] Linking CXX shared module lib/python3/cv2.abi3.so
[1515/1516] Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/opencl-headers-LICENSE.txt
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/opencv4/3rdparty/libade.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/ade-LICENSE
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cvconfig.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/opencv_modules.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/cmake/opencv4/OpenCVModules.cmake
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/cmake/opencv4/OpenCVModules-release.cmake
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/cmake/opencv4/OpenCVConfig-version.cmake
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/cmake/opencv4/OpenCVConfig.cmake
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/bin/setup_vars_opencv4.sh
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/opencv4/valgrind.supp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/opencv4/valgrind_3rdparty.supp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/opencv4/3rdparty/libIlmImf.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/openexr-LICENSE
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/openexr-AUTHORS.ilmbase
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/openexr-AUTHORS.openexr
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/opencv4/3rdparty/liblibprotobuf.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/protobuf-LICENSE
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/protobuf-README.md
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/opencv4/3rdparty/libquirc.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/quirc-LICENSE
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/opencv4/3rdparty/libittnotify.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/ittnotify-LICENSE.BSD
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/ittnotify-LICENSE.GPL
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/opencv.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudev.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/block.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/detail/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/detail/reduce_key_val.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/dynamic_smem.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/scan.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/block/vec_distance.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/common.hpp
-- Up-to-date: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/common.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/binary_func.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/binary_op.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/color.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/deriv.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/expr.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/per_element_func.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/reduction.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/unary_func.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/unary_op.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/expr/warping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/functional/color_cvt.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/functional/detail/color_cvt.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/functional/functional.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/functional/tuple_adapter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/copy.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/copy.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/histogram.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/integral.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/minmaxloc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/pyr_down.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/pyr_up.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/reduce_to_column.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/reduce_to_row.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/split_merge.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/detail/transpose.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/histogram.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/integral.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/pyramids.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/reduce_to_vec.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/split_merge.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/grid/transpose.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/constant.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/deriv.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/detail/gpumat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/extrapolation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/glob.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/gpumat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/interpolation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/lut.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/mask.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/remap.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/resize.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/texture.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/warping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/ptr2d/zip.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/atomic.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/detail/tuple.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/detail/type_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/limits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/saturate_cast.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/simd_functions.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/tuple.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/type_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/vec_math.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/util/vec_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/detail/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/detail/reduce_key_val.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/scan.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/shuffle.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudev/warp/warp.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_core.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/affine.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/async.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/base.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/bindings_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/bufferpool.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/check.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/core_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/block.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/border_interpolate.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/color.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/common.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/datamov_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/color_detail.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/reduce_key_val.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/transform_detail.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/type_traits_detail.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/detail/vec_distance_detail.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/dynamic_smem.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/emulation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/filters.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/funcattrib.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/functional.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/limits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/saturate_cast.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/scan.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/simd_functions.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/type_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/utility.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/vec_distance.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/vec_math.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/vec_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/warp.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/warp_reduce.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda/warp_shuffle.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda_stream_accessor.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cuda_types.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cv_cpu_dispatch.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cv_cpu_helper.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cvdef.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cvstd.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cvstd.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/cvstd_wrapper.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/detail/async_promise.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/detail/dispatch_helper.impl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/detail/exception_ptr.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/directx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/dualquaternion.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/dualquaternion.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/eigen.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/fast_math.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/hal.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/interface.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_avx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_avx512.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_cpp.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_forward.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_msa.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_neon.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_rvv.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_rvv071.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_sse.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_sse_em.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_vsx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/intrin_wasm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/msa_macros.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/hal/simd_utils.impl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/mat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/mat.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/matx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/neon_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/ocl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/ocl_genbase.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/ocl_defs.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/opencl_info.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/opencl_svm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_clblas.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_clfft.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_clblas.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_clfft.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_gl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_20.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/opengl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/operations.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/optim.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/ovx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/parallel/backend/parallel_for.openmp.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/parallel/backend/parallel_for.tbb.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/parallel/parallel_backend.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/persistence.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/quaternion.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/quaternion.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/saturate.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/simd_intrinsics.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/softfloat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/sse_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/types.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/types_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utility.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/allocator_stats.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/allocator_stats.impl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/filesystem.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/instrumentation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/logger.defines.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/logger.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/logtag.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/tls.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/utils/trace.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/va_intel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/version.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core/vsx_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/licenses/opencv4/SoftFloat-COPYING.txt
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudaarithm.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudaarithm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_flann.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/all_indices.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/allocator.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/any.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/autotuned_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/composite_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/config.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/defines.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/dist.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/dummy.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/dynamic_bitset.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/flann.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/flann_base.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/general.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/ground_truth.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/hdf5.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/heap.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/index_testing.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/kdtree_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/kdtree_single_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/kmeans_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/linear_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/logger.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/lsh_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/lsh_table.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/matrix.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/miniflann.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/nn_index.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/object_factory.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/params.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/random.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/result_set.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/sampling.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/saving.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/simplex_downhill.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/flann/timer.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_imgproc.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/bindings.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/detail/gcgraph.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/hal/hal.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/hal/interface.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/imgproc_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/segmentation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgproc/types_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_intensity_transform.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/intensity_transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_ml.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ml.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ml/ml.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ml/ml.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_phase_unwrapping.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/phase_unwrapping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/phase_unwrapping/phase_unwrapping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_plot.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/plot.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_quality.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/quality_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualitybase.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualitybrisque.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualitygmsd.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualitymse.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualitypsnr.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/quality/qualityssim.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/opencv4/quality/brisque_model_live.yml
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/share/opencv4/quality/brisque_range_live.yml
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_reg.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/map.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mapaffine.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mapper.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mappergradaffine.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mappergradeuclid.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mappergradproj.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mappergradshift.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mappergradsimilar.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mapperpyramid.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mapprojec.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/reg/mapshift.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_surface_matching.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching/icp.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching/pose_3d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching/ppf_helpers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching/ppf_match_3d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/surface_matching/t_hash_int.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_alphamat.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/alphamat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudafilters.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudafilters.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudaimgproc.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudaimgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudawarping.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudawarping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_dnn.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/all_layers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/dict.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/dnn.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/dnn.inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/layer.details.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/layer.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/shape_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/utils/debug_utils.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn/version.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_dnn_superres.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dnn_superres.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_features2d.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/features2d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/features2d/features2d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/features2d/hal/interface.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_fuzzy.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/fuzzy.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/fuzzy/fuzzy_F0_math.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/fuzzy/fuzzy_F1_math.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/fuzzy/fuzzy_image.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/fuzzy/types.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_hfs.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/hfs.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_img_hash.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/average_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/block_mean_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/color_moment_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/img_hash_base.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/marr_hildreth_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/phash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/img_hash/radial_variance_hash.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_imgcodecs.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs/imgcodecs_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs/ios.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs/legacy/constants_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/imgcodecs/macosx.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_line_descriptor.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/line_descriptor.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/line_descriptor/descriptor.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_photo.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/photo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/photo/cuda.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/photo/legacy/constants_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/photo/photo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_saliency.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/saliency.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/saliency/saliencyBaseClasses.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/saliency/saliencySpecializedClasses.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_text.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/text.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/text/erfilter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/text/ocr.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/text/swt_text_detection.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/text/textDetector.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_videoio.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio/cap_ios.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio/legacy/constants_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio/registry.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio/videoio.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videoio/videoio_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_wechat_qrcode.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/wechat_qrcode.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_xphoto.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/bm3d_image_denoising.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/dct_image_denoising.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/inpainting.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/oilpainting.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/tonemap.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xphoto/white_balance.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_barcode.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/barcode.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_calib3d.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/calib3d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/calib3d/calib3d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/calib3d/calib3d_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudacodec.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudacodec.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudafeatures2d.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudafeatures2d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudastereo.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudastereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_datasets.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/ar_hmdb.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/ar_sports.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/dataset.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/fr_adience.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/fr_lfw.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/gr_chalearn.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/gr_skig.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/hpe_humaneva.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/hpe_parse.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/ir_affine.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/ir_robot.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/is_bsds.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/is_weizmann.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/msm_epfl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/msm_middlebury.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/or_imagenet.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/or_mnist.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/or_pascal.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/or_sun.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/pd_caltech.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/pd_inria.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/slam_kitti.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/slam_tumindoor.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/sr_bsds.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/sr_div2k.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/sr_general100.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/tr_chars.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/tr_icdar.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/tr_svt.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/track_alov.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/track_vot.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/datasets/util.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_highgui.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/highgui.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/highgui/highgui.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/highgui/highgui_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_mcc.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/mcc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/mcc/ccm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/mcc/checker_detector.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/mcc/checker_model.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_objdetect.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/objdetect.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/objdetect/face.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/objdetect/objdetect.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_rapid.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rapid.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_rgbd.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/colored_kinfu.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/depth.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/detail/pose_graph.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/dynafu.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/intrinsics.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/kinfu.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/large_kinfu.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/linemod.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/rgbd/volume.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_shape.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape/emdL1.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape/hist_cost.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape/shape.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape/shape_distance.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/shape/shape_transformer.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_structured_light.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/structured_light.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/structured_light/graycodepattern.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/structured_light/sinusoidalpattern.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/structured_light/structured_light.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_video.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video/background_segm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video/detail/tracking.detail.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video/legacy/constants_c.h
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video/tracking.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/video/video.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_xfeatures2d.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xfeatures2d.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xfeatures2d/cuda.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xfeatures2d/nonfree.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_ximgproc.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/brightedges.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/color_match.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/deriche_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/disparity_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/edge_drawing.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/edge_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/edgeboxes.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/edgepreserving_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/estimated_covariance.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/fast_hough_transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/fast_line_detector.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/fourier_descriptors.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/lsc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/paillou_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/peilin.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/radon_transform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/ridgefilter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/run_length_morphology.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/scansegment.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/seeds.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/segmentation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/slic.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/sparse_match_interpolator.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/structured_edge_detection.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ximgproc/weighted_median_filter.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_xobjdetect.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/xobjdetect.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_aruco.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/aruco.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/aruco/charuco.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/aruco/dictionary.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_bgsegm.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bgsegm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_bioinspired.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bioinspired.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bioinspired/bioinspired.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bioinspired/retina.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bioinspired/retinafasttonemapping.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/bioinspired/transientareassegmentationmodule.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_ccalib.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ccalib.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ccalib/multicalib.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ccalib/omnidir.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/ccalib/randpattern.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudabgsegm.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudabgsegm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudalegacy.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy/NCV.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy/NCVHaarObjectDetection.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy/NCVPyramid.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudalegacy/NPP_staging.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudaobjdetect.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudaobjdetect.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_dnn_objdetect.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/core_detect.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_dpm.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/dpm.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_face.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/bif.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/face_alignment.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/facemark.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/facemarkAAM.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/facemarkLBF.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/facemark_train.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/facerec.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/mace.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/face/predict_collector.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_gapi.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/cpu/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/cpu/gcpukernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/cpu/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/cpu/stereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/cpu/video.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/fluid/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/fluid/gfluidbuffer.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/fluid/gfluidkernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/fluid/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/garg.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/garray.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gasync_context.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcall.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcommon.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcompiled.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcompiled_async.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcompoundkernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcomputation.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gcomputation_async.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gframe.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gkernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gmat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gmetaarg.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gopaque.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gproto.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gpu/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gpu/ggpukernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gpu/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gscalar.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gstreaming.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gtransform.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gtype_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/gtyped.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/infer.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/infer/bindings_ie.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/infer/ie.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/infer/onnx.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/infer/parsers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/media.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/ocl/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/ocl/goclkernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/ocl/imgproc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/opencv_includes.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/operators.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/assert.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/convert.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/cvdefs.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/exports.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/mat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/saturate.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/scalar.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/own/types.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/plaidml/core.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/plaidml/gplaidmlkernel.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/plaidml/plaidml.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/python/python.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/render.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/render/render.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/render/render_types.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/rmat.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/s11n.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/s11n/base.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/stereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/cap.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/desync.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/format.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/gstreamer/gstreamerpipeline.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/gstreamer/gstreamersource.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/meta.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/onevpl/cfg_params.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/onevpl/data_provider_interface.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/onevpl/device_selector_interface.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/onevpl/source.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/source.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/streaming/sync.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/any.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/compiler_hints.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/copy_through_move.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/optional.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/throw.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/type_traits.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/util.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/util/variant.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/gapi/video.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_optflow.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/optflow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/optflow/motempl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/optflow/pcaflow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/optflow/rlofflow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/optflow/sparse_matching_gpc.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_stitching.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/autocalib.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/blenders.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/camera.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/matchers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/timelapsers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/util.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/util_inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/warpers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stitching/warpers.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_tracking.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/feature.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/kalman_filters.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/onlineBoosting.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/tldDataset.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/tracking.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/tracking_by_matching.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/tracking_internals.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/tracking/tracking_legacy.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_cudaoptflow.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/cudaoptflow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_stereo.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stereo/descriptor.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stereo/quasi_dense_stereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/stereo/stereo.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_superres.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/superres.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/superres/optical_flow.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/lib/libopencv_videostab.a
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/deblurring.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/fast_marching.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/fast_marching_inl.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/frame_source.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/global_motion.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4/opencv2/videostab/inpainting.hpp
-- Installing: /tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install/include/opencv4
cmkr.make(make_args, env=env) raise SKBuildError( -- Trying
Command:
cmake /tmp/pip-req-build-0whl4l50/opencv -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-install -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python -DPYTHON_VERSION_STRING:STRING=3.9.7 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.9 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython3.9.so -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/tmp/pip-build-env-nnnhblr_/overlay/lib/python3.9/site-packages/skbuild/resources/cmake -DPYTHON3_EXECUTABLE=/usr/bin/python -DPYTHON3_INCLUDE_DIR=/usr/include/python3.9 -DPYTHON3_LIBRARY=/usr/lib/libpython3.9.so -DBUILD_opencv_python3=ON -DBUILD_opencv_python2=OFF -DBUILD_opencv_java=OFF -DOPENCV_PYTHON3_INSTALL_PATH=python -DINSTALL_CREATE_DISTRIB=ON -DBUILD_opencv_apps=OFF -DBUILD_opencv_freetype=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -DBUILD_PERF_TESTS=OFF -DBUILD_DOCS=OFF -DPYTHON3_LIMITED_API=ON -DBUILD_OPENEXR=ON -DOPENCV_EXTRA_MODULES_PATH=/tmp/pip-req-build-0whl4l50/opencv_contrib/modules -DWITH_WIN32UI=OFF -DWITH_QT=OFF -DWITH_GTK=OFF -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DWITH_CUDA=ON -DWITH_CUDNN=ON -DWITH_CUBLAS=ON -DWITH_MKL=ON -DMKL_USE_MULTITHREAD=ON -DMKL_WITH_TBB=ON -DWITH_FFMPEG=ON -DWITH_GSTREAMER=ON -DWITH_OPENJPEG=ON -DWITH_JPEG=ON -DOPENCV_ENABLE_NONFREE=ON -DWITH_OPENMP=ON -DWITH_LAPACK=ON -DOPENCV_CMAKE_CUDA_DEBUG=ON -DWITH_IPP=OFF -DCMAKE_BUILD_TYPE:STRING=Release
Traceback (most recent call last):
An error occurred while building with CMake.
Command:
cmake --build . --target install --config Release --
Source directory:
/tmp/pip-req-build-0whl4l50
Working directory:
/tmp/pip-req-build-0whl4l50/_skbuild/linux-x86_64-3.9/cmake-build
Please see CMake's output for more information.
ERROR: Failed building wheel for opencv-contrib-python-headless
ERROR: Failed to build one or more wheels
and this is my environment.
os: arch linux 64 bit
kernel version: 5.10.81-1-lts
cuda version: cuda_11.5.r11.5
cudnn version: 8.3.0.98-1
mkl version: 2020.4.304-1
gcc version: 10.3.0
opencv version: 4.5.5
thanks in advance.