-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpyqmake: could not find a Qt installation of ''CMake Error at /usr/share/cmake-3.16/Modules/FindQt4.cmake:1314 (message): Found unsuitable Qt version "" from NOTFOUND, this code requ.
原创 2022-03-08 11:02:10
6752阅读
需要把parent工程,也就是package是pom的那个工程先install一下 要是不行的话可以试下mvn -X clean install,-X表示强制从远程库更新dependency;再不行可能就是远程仓库没有架包了 refer:http://stackoverflow.com/questi
转载 2017-02-27 19:04:00
468阅读
2评论
我电脑的基本讯息Halcon安装路径:17版安装D:\Program Files\MVTec\HALCON-17.12-ProgressQT安装路径:5.13.0安装msvc默认路径D:\Qt\5.13.2\msvc2017_64测试环境配置打开C:\Users\Public\Documents\MVTec\HALCON-17.12-Progress\examples\cpp\qt\Matchin
原创 2022-01-25 11:03:19
820阅读
右键工程-》设置qt project setting -->修改version 为自己设置的QT5.4
转载 2019-03-12 16:11:00
265阅读
2评论
今天遇到一个错误:Compatible side by side NDK version was not found处理办法如下:等待安装完成
原创 2021-07-07 15:35:04
1117阅读
把编译好的Python文件夹转移个机器后报的错, 在转移后的机器重新编译安装Python就好了
原创 2022-07-19 11:47:00
281阅读
# Jenkins Found an incorrect Java version 解决方案 ## 介绍 在使用 Jenkins 进行 Java 项目的构建时,有时候会遇到 "Jenkins Found an incorrect Java version" 的错误。这通常是由于 Jenkins 默认使用了错误的 Java 版本导致的。本文将向你介绍如何解决这个问题,并提供详细的步骤和代码示例。
原创 2023-12-29 12:17:45
63阅读
# MySQL Library Version or lib not found MySQL is a popular open-source relational database management system that is widely used in web development and other applications. When working with MySQL, y
原创 2023-09-21 09:28:18
99阅读
detail:OpenJDK Runtime Environment (build 1.8.0-taishan-uos-arm64-2020_04_23_09_54-45)OpenJDK 64-Bit Server VM (build 25.242-b45, mixed mode)tsit@tsit-FT2004:/opt/Taishan/Office/jdk/bin$ ./java -jar ../../bin/TIOffice.jarError: A JNI error has occurre
原创 2022-02-07 17:23:07
1531阅读
detail:OpenJDK Runtime Environment (build 1.8.0-taishan-uos-arm64-2020_04_23_09_54-45)OpenJDK 64-Bit Server VM (build 25.242-b45, mixed mode)tsit@tsit-FT2004:/opt/Taishan/Office/jdk/bin$ ./java -jar ../../bin/TIOffice.jarError: A JNI error has occurre
原创 2021-08-07 13:03:29
7004阅读
sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get upgradesudo apt-get dist-upgrade
原创 2023-05-18 17:19:17
258阅读
# Docker版本命令未找到的解决方案 在使用Docker时,开发者可能会遇到“docker version: command not found”的错误提示。这一问题通常来源于Docker未正确安装、未配置环境变量,或是与系统的兼容性问题。本文将帮助你理解这一错误的原因,并提供解决方案,同时附带必要的代码示例和表格,协助你更好地理解Docker的使用。 ## 什么是Docker? Doc
原创 2024-09-29 05:10:03
259阅读
错误version `ZLIB_1.2.3.3’ not found解决下载 zlib-1.2.8.tar.gz链接:https://pan.baidu.com/s/1SNP_BDvEi2cLs17Jx3Cl6w提取码:w2kt编译,安装,重写软链tar zxf zlib-1.2.8.tar.gzcd zlib-1.2.8./configuremake && m...
原创 2022-03-08 14:29:26
563阅读
今天我打开Visual Studio Code准备进行Angular开发时,看到Angular TSLint报了这个警告信息:Not using the local TSLint version found for m
原创 2021-07-13 10:15:36
263阅读
今天我打开Visual Studio Code准备进行Angular开发时,看到Angular TSLint报了这个警告信息:Not using the local TSLint version found for ‘c:/Code/SPA/spartacus/feature-libs/organization/administration/components/unit/services/unit-list.service.spec.ts’To enable code execution from
原创 2022-04-09 16:51:24
74阅读
ubuntu 上安装 Qt Desktop 版本后,配置工程时提示。这是因为缺少cmake,安装cmake 及 libgl-dev。
原创 2023-04-01 07:34:23
649阅读
运行脚本from __future__ import print_functionimport systry: from winreg import *except ImportError: from _winreg
转载 2022-09-08 10:07:35
79阅读
python version 2.7 required,which was not found in 出现上面这种情况的原因我推测有两种: 1、NumPy和SciPy官方网站上只提供了32bit的文件,所以安装python 的童鞋很容易躺着也中枪; 2、某些粗心的童鞋安装python之后没有注册
原创 2021-12-27 10:13:04
170阅读
python version 2.7 required,which was not found。是因为两种原因,一种是没有配置python的环境变量,他真的不在注册表里面,另一种这是因为,python和第三方类库不都是32位或64位,格式需要统一我们在安装mysql-python的时候提示上面的错误如何解决,将安装包更换成为64位的大家可以在我上传的资源里面找到:mysqldb64...
原创 2022-07-07 17:34:35
544阅读
# 实现The ArkTS SDK of version 9 in HarmonyOS is not found ## 介绍 在HarmonyOS中开发应用程序时,我们经常需要使用The ArkTS SDK来实现特定的功能。然而,有时我们可能会遇到"The ArkTS SDK of version 9 is not found"的问题。本文将指导你如何解决这个问题。 ## 整体流程 首先,我们
原创 2024-01-09 22:44:36
1673阅读
  • 1
  • 2
  • 3
  • 4
  • 5