Skip to content
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

Closed
AKMANSoft opened this issue Sep 14, 2023 · 5 comments
Closed

Update to 1.5.9 give error on java cpp module not found. #1414

AKMANSoft opened this issue Sep 14, 2023 · 5 comments
Labels

Comments

@AKMANSoft
Copy link
Contributor

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.

image

manage to resolve issue by adding

org.bytedeco
flandmark
1.07-1.5.8

@saudet
Copy link
Member

saudet commented Sep 14, 2023

You can ignore that dependency, yes. How you need to go about that is going to depend on the tools you're using.

@saudet
Copy link
Member

saudet commented Sep 14, 2023

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
@saudet
Copy link
Member

saudet commented Sep 14, 2023

Fixed in commit bytedeco/javacv@b42450b.
Please give it a try with the snapshots: http://bytedeco.org/builds/

@AKMANSoft
Copy link
Contributor Author

Thank you it is resolved.

@saudet
Copy link
Member

saudet commented Jan 29, 2024

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants