tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

Cannot install timescaoe/tsbs on AWS Linux machine

Open szymic1 opened this issue 3 years ago • 1 comments

go version go1.18.8 linux/amd64

When I execute:

go install github.com/timescale/tsbs

I've got: go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/timescale/tsbs@latest' to install the latest version

When I try: go install github.com/timescale/tsbs@latest

I've got: go: downloading github.com/timescale/tsbs v0.0.0-20220119183622-bcc00137d72d go: github.com/timescale/tsbs@latest: module github.com/timescale/tsbs@latest found (v0.0.0-20220119183622-bcc00137d72d), but does not contain package github.com/timescale/tsbs

szymic1 avatar Dec 07 '22 16:12 szymic1

Personal speaking, I suppose you can try command below:

git clone https://github.com/timescale/tsbs.git
cd ./tsbs
make

citrusreticulata avatar Dec 13 '22 08:12 citrusreticulata