We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
error (only on openCV examples)
/usr/bin/ld: cannot find -lblas: No such file or directory /usr/bin/ld: cannot find -llapack: No such file or directory
fix: add this libraries to install scripts
sudo apt install liblapack-dev libblas-dev