Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install using Go Install command on Ubuntu #22

Open
keyurvala opened this issue Sep 13, 2023 · 3 comments
Open

Not able to install using Go Install command on Ubuntu #22

keyurvala opened this issue Sep 13, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@keyurvala
Copy link

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

@ngeiswei
Copy link

Have you solved that problem, @keyurvala?

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

@ngeiswei
Copy link

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

@douglas-raillard-arm
Copy link

douglas-raillard-arm commented Jun 21, 2024

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.

@esorot esorot added the help wanted Extra attention is needed label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants