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

Cannot install timescaoe/tsbs on AWS Linux machine #217

Open
szymic1 opened this issue Dec 7, 2022 · 1 comment
Open

Cannot install timescaoe/tsbs on AWS Linux machine #217

szymic1 opened this issue Dec 7, 2022 · 1 comment

Comments

@szymic1
Copy link

szymic1 commented Dec 7, 2022

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

@citrusreticulata
Copy link

Personal speaking, I suppose you can try command below:

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

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