lostluck commented on pull request #12170: URL: https://github.com/apache/beam/pull/12170#issuecomment-679304134
Your image is missing the whole error, but I suspect that the build doesn't know where that package is coming from. `go get github.cmo/google/go-cmp/cmp/cmpopts` should solve the problem locally (and repeat until complete). An alternative that should work is if you go to the beam root (.../github.com/apache/beam/) and run the gogradle vendor command. `./gradlew :sdks:go:goVendor` This requires java and such to be installed unfortunately IIRC. This does almost the same as the above but puts everything into a vendor directory so it only impacts the Go SDK. Unfortunately I can't recommend the best solution since it's not guaranteed to work with the way the Go SDK is currently implemented, which should get everything for you in one command. There's a small bit of logistics that need to be accomplished and feature work finished before we fix that though. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
