mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.57k stars 116 forks source link

can't install with install command #66

Closed alex116 closed 3 years ago

alex116 commented 3 years ago

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)
alex116 commented 3 years ago

https://github.com/pierrec/lz4/issues/77

sirnacnud commented 3 years ago

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)
lmcdasm commented 3 years ago

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)