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
I'm trying to install OpenCV with your script. It's on an Octoprint install so that might be causing the issue.
Here's the error I get.
CMake Error at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:672 (include)
-- Configuring incomplete, errors occurred!
See also "/home/pi/DuetPython/OpenCV/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/DuetPython/OpenCV/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
The text was updated successfully, but these errors were encountered:
Hi Danal,
I'm trying to install OpenCV with your script. It's on an Octoprint install so that might be causing the issue.
Here's the error I get.
The text was updated successfully, but these errors were encountered: