-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.5.9 give error on java cpp module not found. #1414
Labels
Comments
You can ignore that dependency, yes. How you need to go about that is going to depend on the tools you're using. |
Ah, I see, you're using modules. So we need to remove it from module-info.java, yes. I'll fix that |
saudet
added a commit
to bytedeco/javacv
that referenced
this issue
Sep 14, 2023
…avacpp-presets#1414) * Upgrade dependencies for OpenCV 4.8.0
Fixed in commit bytedeco/javacv@b42450b. |
Thank you it is resolved. |
Fix released JavaCV 1.5.10. Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have recently updated to javacpp and java cv to 1.5.9 it start giving me error.
java.lang.module.FindException: Module org.bytedeco.flandmark not found, required by org.bytedeco.javacv
I don't need the flandmark, still add it, another issue.
flandmark is not available with 1.5.9 but available with 1.5.8, i think updated needed on the version no. i find it by investigating the pom. another confusing it shows a different version no in the readme file, then inside the pom file, check the screenshot.
manage to resolve issue by adding
org.bytedeco
flandmark
1.07-1.5.8
The text was updated successfully, but these errors were encountered: