-
Notifications
You must be signed in to change notification settings - Fork 869
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
Build failed with gocv v0.38.0 #1228
Comments
That sounds like an incompatible version of OpenCV being installed by python, or installed missing required module. Perhaps you can check |
Hitting this same issue using Go
Is there some missing required package to be installed? |
You would need to use https://github.com/hybridgroup/gocv/releases/tag/opencv-4.8.1 tag of GoCV with that version of OpenCV. In general, to use the latest GoCV release you need to use the latest OpenCV release. Otherwise, use an older release that is in sync with the desired OpenCV version. Hope that helps! |
Cannot build projects using gocv after upgrading to v0.38.0.
Description
When building a simple project with go using gocv v0.38.0, it returns the stack trace below:
Steps to Reproduce
go build .
It failed.
Your Environment
env.sh
orenv.cmd
script before trying togo run
orgo build
? NoThe text was updated successfully, but these errors were encountered: