timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install timescaoe/tsbs on AWS Linux machine

szymic1 opened this issue · 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

Personal speaking, I suppose you can try command below:

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