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.56k stars 116 forks source link

go get results in a "cannot find package" error on Windows 10 #49

Closed trosel closed 4 years ago

trosel commented 4 years ago

image

On windows 10 if you do the install command $ go get -u github.com/mholt/timeliner/cmd/timeliner you get the above error.

Not sure how to resolve it. I have the latest go version by the way.

joonas-fi commented 4 years ago

(edit: scroll below for solution)

Same here, but am running Ubuntu Linux (on a Docker container), go1.13.1 linux/amd64

joonas-fi commented 4 years ago

Not sure if these issues were 1:1 related (I am building outside of GOPATH), but PR https://github.com/mholt/timeliner/pull/48 fixes this

Concrete steps to get a build from that PR going:

$ git clone https://github.com/fawick/timeliner.git
$ cd timeliner/cmd/timeliner/
$ go build

Bob's your uncle. :+1: for the PR!

joonas-fi commented 4 years ago

@mholt, if the PR merge takes some time, could we temporarily add a link to this issue under the "Install" section in README so new users don't get discouraged by installation being too hard? If you want, I can send the README PR I suggested.

mholt commented 4 years ago

Merged, thanks for the bump!