mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)

Home Page:https://timelinize.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install with install command

alex116 opened this issue · comments

commented

System: ubuntu 20.04
Kernel: 5.4.0-52-generic x86-64
go version go1.13.8

go get github.com/mholt/timeliner/cmd/timeliner
package github.com/pierrec/lz4/v4: cannot find package "github.com/pierrec/lz4/v4" in any of:
    /usr/lib/go-1.13/src/github.com/pierrec/lz4/v4 (from $GOROOT)
    /home/alex/go/src/github.com/pierrec/lz4/v4 (from $GOPATH)

It doesn't seem like this is fixed, I also ran in to this with go1.15.5 on macoS 10.14.6

$ go get github.com/mholt/timeliner/cmd/timeliner
cannot find package "github.com/mholt/timeliner/datasources/gmail" in any of:
	/usr/local/Cellar/go/1.15.5/libexec/src/github.com/mholt/timeliner/datasources/gmail (from $GOROOT)
	/Users/duncan/go/src/github.com/mholt/timeliner/datasources/gmail (from $GOPATH)
cannot find package "github.com/pierrec/lz4/v4" in any of:
	/usr/local/Cellar/go/1.15.5/libexec/src/github.com/pierrec/lz4/v4 (from $GOROOT)
	/Users/duncan/go/src/github.com/pierrec/lz4/v4 (from $GOPATH)

seems not to be fixes as well in the chain from pierrec/lz4 to mholt/archiver as well
[dasm@dev-machine1 art-cli]$ go build main.go
../github.com/mholt/archiver/lz4.go:8:2: cannot find package "github.com/pierrec/lz4/v4" in any of:
/usr/local/go/src/github.com/pierrec/lz4/v4 (from $GOROOT)
/home/dasm/go/src/github.com/pierrec/lz4/v4 (from $GOPATH)