← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700657]: [2.0.4]sikulixapi with java 11 on maxOS M1: problems using OCR features (Tesseract lib missing)

 

Question #700657 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/700657

RaiMan proposed the following answer:
@Anna
> Could not find org.openpnp:opencv:[4.7.0,].

sikulixapi pom has this dependency with a version [4.7.0,] which in
Maven means: take at least version 4.7.0, but if available any newer
version .

I have no Gradle experience and do not know how to tell Gradle, what to
do with such a version specification.

May be it is possible to tell Gradle to ignore it and you might add a
correct dependency for org.openpnp:opencv:4.7.0 or so.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.