protoscope icon indicating copy to clipboard operation
protoscope copied to clipboard

Not able to install using Go Install command on Ubuntu

Open keyurvala opened this issue 1 year ago • 3 comments

Hello Team,

Thanks for creating awesome tools based on GRPC Protocol.

While running the below command I am getting the below error can you help me to resolve it?

image

Thanks, Keyur

keyurvala avatar Sep 13 '23 12:09 keyurvala

Have you solved that problem, @keyurvala?

I'm having the exact same problem on Zorin OS 16.3, Go 1.12.6.

ngeiswei avatar Oct 26 '23 07:10 ngeiswei

@keyurvala, I think your version of go is too old. I've installed the latest version (go 1.21.3) and it works.

ngeiswei avatar Oct 26 '23 10:10 ngeiswei

Not working for me either, after installing go from snap with sudo snap install go --classic on Ubuntu 20.04:

$ go version                                                                 
go version go1.13.8 linux/amd64
$ go install 'github.com/protocolbuffers/protoscope/cmd/protoscope...@latest'
go: warning: "github.com/protocolbuffers/protoscope/cmd/protoscope...@latest" matched no packages

EDIT: it turns out I had a golang-1.13 package that was taking precedence over the snap binary, it installs cleanly after uninstalling that old one.

douglas-raillard-arm avatar Jun 21 '24 13:06 douglas-raillard-arm