【问题解决】 Could not find a package configuration file provided by “OpenCV“ with any of the following n

这篇具有很好参考价值的文章主要介绍了【问题解决】 Could not find a package configuration file provided by “OpenCV“ with any of the following n。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

【问题详述】

编译依赖于opencv的包时报错

Could not find a package configuration file provided by “OpenCV” with any of the following names:
OpenCVConfig.cmake
opencv-config.cmake

could not find a package configuration file provided by

【解决办法】

这个问题是找不到 “OpenCVConfig.cmake” 或 “opencv-config.cmake” 文件,主要是找不到 OpenCV 路径而导致的。

造成这个问题的主要原因就是没有安装opencv,或者重装了opencv

所以要先确定opencv的路径,这个路径是包含 OpenCVConfig.cmake 文件的目录
确保这个路径包含 OpenCVConfig.cmake 文件
could not find a package configuration file provided by

然后打开编译不通过功能包的CMakeLists.txt文件
找到下面的语句

#set(OpenCV_DIR "/usr/share/OpenCV/")
#改为
set(OpenCV_DIR "/home/victor/opencv-4.2.0/build/")

could not find a package configuration file provided by 再次编译即可文章来源地址https://www.toymoban.com/news/detail-841258.html

到了这里,关于【问题解决】 Could not find a package configuration file provided by “OpenCV“ with any of the following n的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 怎么解决checking for Qt5 qmake >= 5.15.2... not found configure: error: Could not find qmake

    这个错误表明找不到Qt5的qmake工具。解决方法如下: 安装Qt5,如果尚未安装。 确保qmake可执行文件已经加入了系统的PATH环境变量。 如果第2步失败,请检查是否手动指定了qmake的路径,并检查这个路径是否正确。 检查你的Qt5版本是否是5.15.2及以上 如果仍然无法解决问题, 请提

    2024年02月16日
    浏览(42)
  • Android问题笔记二十五:在构建提示“Could not resolve all files for configuration ‘:app:debugRuntimeClasspath”

    专栏分享 点击跳转=Unity3D特效百例 点击跳转=案例项目实战源码 点击跳转=游戏脚本-辅助自动化 点击跳转=Android控件全解手册 点击跳转=Scratch编程案例 点击跳转=软考全系列 众所周知,人生是一个漫长的流程,不断 克服困难 ,不断反思前进的过程。在这个过程中会产生很多对

    2024年02月03日
    浏览(48)
  • VUE报错解决Could not find a declaration file for module ‘xxx‘.

    Github上下载的代码,导入后出现以下报错。    错误代码 Could not find a declaration file for module \\\'element-plus/dist/locale/zh-cn.mjs\\\'. \\\'c:/Users/Lenovo/typescript/hotel/hotel-system-web-main/node_modules/element-plus/dist/locale/zh-cn.mjs\\\' implicitly has an \\\'any\\\' type. If the \\\'element-plus\\\' package actually exposes this module, try ad

    2024年02月12日
    浏览(46)
  • 已解决ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.pyt

    已解决ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443) ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443) 对于\\\"Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.p

    2024年02月06日
    浏览(63)
  • 8-docker-compose命令操作容器报“no configuration file provided: not found”

    docker-compose命令操作容器时,有时会报出“no configuration file provided: not found”问题 最常见的原因是没有在docker-compose.yml文件的路径下执行该命令。 docker-compose命令操作容器时需要在yml文件所在路径执行

    2024年01月21日
    浏览(45)
  • Mac Could not find the GDAL library 问题解决

    https://docs.djangoproject.com/en/5.0/ref/contrib/gis/install/#macos 苹果系统 Mac 中搭建 GeoDjango 开发环境时出现以下报错: 找到 libgdal.dylib 的路径 settings.py 中添加以下代码: 找到 libgeos_c.dylib 的路径 settings.py 中添加以下代码:

    2024年01月21日
    浏览(57)
  • Could not resolve all files for configuration ‘:app:androidApis‘

     我在第一次使用AndroidStudio时,编译项目遇到了此问题 Could not resolve all files for configuration \\\':app:androidApis\\\'. Failed to transform file \\\'android.jar\\\' to match attributes {artifactType=android-mockable-jar, returnDefaultValues=false} using transform MockableJarTransform Cannot create mockable android.jar inval

    2024年02月04日
    浏览(52)
  • Could not resolve all files for configuration ‘:app:androidJdkImage‘.

    在使用 ./gradlew build 编译项目时候遇到了该问题,整体错误如下: 可以看出使用的sdk版本为34,java版本为21. 解决办法为,修改java版本为17。本地重新下载Java17的jdk,这样本地就会有21、17两个版本,然后在项目中指定依赖的java版本17并配置路径(也可以配置环境变量) gradle.prope

    2024年02月01日
    浏览(52)
  • Android Could not resolve all files for configuration ‘:app:debugRuntimeClasspath‘

    Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’. Could not find com.just.agentweb:agentweb-androidx:4.1.4. Searched in the following locations: 打开settings.gradle文件,加入代码 maven { url ‘https://maven.google.com’ } 如下所示: 重新编译看问题是否解决,如果没有再接着往下看. 点击File-Sett

    2024年02月12日
    浏览(68)
  • 【笔记】解决Ubuntu 23.04下Warning: Could not find TensorRT的问题

    1. 有一块quadro显卡,想要试用一下, 先使用conda list安装了tensorflow 和 tensorrt 代码: import tensorflow as tf print(tf.test.is_built_with_cuda()) print(tf.config.list_physical_devices(\\\'GPU\\\')) 遇到如下问题: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT True W tensorflow/core/co

    2024年02月07日
    浏览(42)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包