protoscope
protoscope copied to clipboard
Not able to install using Go Install command on Ubuntu
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?
Thanks, Keyur
Have you solved that problem, @keyurvala?
I'm having the exact same problem on Zorin OS 16.3, Go 1.12.6.
@keyurvala, I think your version of go is too old. I've installed the latest version (go 1.21.3) and it works.
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.