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

Dependency issue building latest tsbs

olebowle opened this issue · comments

It seems building tsbs latest fails due to a missing / deleted tag of the dependency blagojts/viper:

$ go get github.com/timescale/tsbs
package github.com/timescale/tsbs: no Go files in /home/user/go/src/github.com/timescale/tsbs

$ cd ~/go/src/github.com/timescale/tsbs/

$ make
GO111MODULE=on go get ./cmd/tsbs_generate_data
go: github.com/blagojts/viper@v1.6.3-0.20200313094124-068f44cf5e69: invalid pseudo-version: git fetch --unshallow -f origin in /home/user/go/pkg/mod/cache/vcs/16d0bac366e51d6014eaecdfff68e32694d92fd593e195f3958efe74d9f002d7: exit status 128:
	fatal: git fetch-pack: expected shallow list
make: *** [tsbs_generate_data] Error 1

please propose a solution asap

we have the same problem with go at version 1.6, but not in version 1.13. Maybe it is a version compatability issue. Try updating to newer version of go. This is what we are trying because we are trying to run this in a remote machine and not our own.

It works with 1.17