pip install numpy scikit-build pip install --no-build-isolation opencv-python msimacek closed this as completed on Mar 1, 2024 ...
I used the source code downloaded from github to install opencv. My Cmake command is as follows: cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DOPENCV_ENABLE_NONFREE=1 \ ...