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

Gex is not found on ubuntu 22.04 #24

Open
ipohosov opened this issue Apr 28, 2023 · 3 comments
Open

Gex is not found on ubuntu 22.04 #24

ipohosov opened this issue Apr 28, 2023 · 3 comments

Comments

@ipohosov
Copy link

Describe the bug
The GEX is not responded after installation

To Reproduce
Steps to reproduce the behavior:

  1. Execute as a root apt install golang-go -y
  2. go get github.com/cosmos/gex@latest
  3. gex

Actual behaviour
Command 'gex' not found, but there are 27 similar ones.

Expected behavior
Gex is found

Desktop (please complete the following information):
Ubuntu version - 22.04.2 LTS (GNU/Linux 5.15.0-60-generic x86_64)
Go version - go1.18.1 linux/amd64

@julienrbrt
Copy link
Member

Hi, you need to use go install and have the location where it installs the binary in your PATH.

@ipohosov
Copy link
Author

Hi, you need to use go install and have the location where it installs the binary in your PATH.

Hello I did it and got the following output

root@vmi1132912:~# cd go
root@vmi1132912:~/go# go install github.com/cosmos/gex@latest
# internal/goarch
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/coverage/rtcov
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/unsafeheader
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/goexperiment
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/goos
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/race
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/cpu
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# math/bits
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# sync/atomic
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/itoa
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# runtime/internal/atomic
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# encoding
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# runtime/internal/syscall
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# crypto/internal/alias
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# unicode/utf8
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# unicode
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# crypto/internal/boring/sig
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# github.com/mum4k/termdash/align
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# crypto/subtle
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# github.com/mum4k/termdash/linestyle
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# github.com/mum4k/termdash/keyboard
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# internal/nettrace
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# github.com/mum4k/termdash/mouse
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# image/color
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# github.com/rivo/uniseg
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# unicode/utf16
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# vendor/golang.org/x/crypto/cryptobyte/asn1
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# vendor/golang.org/x/crypto/internal/alias
compile: version "go1.20.3" does not match go tool version "go1.18.1"
# container/list
compile: version "go1.20.3" does not match go tool version "go1.18.1"
root@vmi1132912:~/go# gex -p 51657
Command 'gex' not found, but there are 28 similar ones.

@julienrbrt
Copy link
Member

It looks like an issue with your go installation. You should check your installation is correct: https://stackoverflow.com/questions/46693653/compile-version-go1-9-does-not-match-go-tool-version-go1-9-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants