Description
Hi,
I do have go and dcgm install on CentOS7. But when trying to build inside of gpu-monitoring-tools directory, I got the following logs and error:
cd pkg; go build
go: finding github.com/gorilla/mux v1.8.0
go: finding github.com/stretchr/testify v1.6.1
go: finding github.com/Masterminds/semver v1.5.0
go: finding github.com/urfave/cli/v2 v2.3.0
go: finding github.com/sirupsen/logrus v1.7.0
go: github.com/sirupsen/logrus@v1.7.0: unknown revision v1.7.0
go: github.com/stretchr/testify@v1.6.1: unknown revision v1.6.1
go: finding k8s.io/kubelet v0.20.2
go: finding k8s.io/kubernetes v1.18.2
go: k8s.io/kubelet@v0.20.2: unknown revision v0.20.2
go: google.golang.org/grpc@v1.35.0: unrecognized import path "google.golang.org/grpc" (https fetch: Get https://google.golang.org/grp
5315
c?go-get=1: dial tcp 216.239.37.1:443: connect: connection timed out)
go: k8s.io/kubernetes@v1.18.2: unknown revision v1.18.2
go: github.com/urfave/cli/v2@v2.3.0: unknown revision v2.3.0
go: error loading module requirements
make: *** [binary] Error 1
How should I get over this and have it build successfully? Thanks!