You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opencv on my machine installed by synaptic in /usr while installer seems to look in /usr/local 👍
Package opencv was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv' found
vpModule.cpp:3:10: fatal error: opencv2/opencv.hpp: No such file or directory
3 | #include "opencv2/opencv.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:177: vpModule.o] Error 1
ERROR: compilation failed for package ‘videoplayR’
The text was updated successfully, but these errors were encountered:
opencv on my machine installed by synaptic in /usr while installer seems to look in /usr/local 👍
Package opencv was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv' found
vpModule.cpp:3:10: fatal error: opencv2/opencv.hpp: No such file or directory
3 | #include "opencv2/opencv.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:177: vpModule.o] Error 1
ERROR: compilation failed for package ‘videoplayR’
The text was updated successfully, but these errors were encountered: