I think there might be an issue with Go fetching the URL. You can try cloning the git repository directly (github.com/grpc/grpc-go) under the right path (google.golang.org/grpc) in your $GOPATH/src. You probably need to recursively do this for all the dependencies as well. Unfortunately we don't have expertise or access to this platform, so it'd be great if you could share your findings with the community. Thanks!
On Wednesday, December 20, 2017 at 3:02:11 PM UTC-8, Amandeep Gautam wrote: > > Hello, > Can someone help me to set up gRPC go on AIX running on a Power 8. I > tried installing using go get -u google.golang.org/grpc ( > https://grpc.io/docs/quickstart/go.html#prerequisites), but it fails with > following: > > Fetching https://google.golang.org/grpc?go-get=1 > https fetch failed: Get https://google.golang.org/grpc?go-get=1: x509: > failed to load system roots and no roots provided > package google.golang.org/grpc: unrecognized import path " > google.golang.org/grpc" (https fetch: Get > https://google.golang.org/grpc?go-get=1: x509: failed to load system > roots and no roots provided) > > I think it is because that AIX is not supported. I think I would need to > install from source, but I am not sure how to go about it. Any pointers > would be helpful. > > Thanks, > Aman > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c839fe5e-dc6a-4597-99df-d9197776271f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
