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

Error with go get github.com/mholt/timeliner/cmd/timeliner #67

Closed aramarok closed 3 years ago

aramarok commented 3 years ago

Wanted to try it out locally, but got below error

>go version
go version go1.15.6 windows/amd64
>go get github.com/mholt/timeliner/cmd/timeliner
cannot find package "github.com/mholt/timeliner/datasources/gmail" in any of:
        c:\go\src\github.com\mholt\timeliner\datasources\gmail (from $GOROOT)
        C:\Users\a\go\src\github.com\mholt\timeliner\datasources\gmail (from $GOPATH)
cannot find package "github.com/pierrec/lz4/v4" in any of:
        c:\go\src\github.com\pierrec\lz4\v4 (from $GOROOT)
        C:\Users\a\go\src\github.com\pierrec\lz4\v4 (from $GOPATH)

Thanks

mholt commented 3 years ago

Sorry I haven't had time to update those docs. This is a Go issue though, more than a timeliner one.

Just make sure module mode is enabled; or try Go 1.16 which does this: https://tip.golang.org/doc/go1.16#go-command