html-to-epub icon indicating copy to clipboard operation
html-to-epub copied to clipboard

Installation error

Open kjellwinblad opened this issue 3 years ago • 2 comments

Hi, this tool looks very nice. Unfortunately I get the following error when following the installation instructions:

> go get github.com/gonejack/html-to-epub
package embed: unrecognized import path "embed" (import path does not begin with hostname)

OS: Ubuntu 20.04.2 LTS go version go1.13.8 linux/amd64

kjellwinblad avatar Oct 02 '21 08:10 kjellwinblad

Hi, this tool requires Go v1.16 above.

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Kjell Winblad @.> Sent: Saturday, October 2, 2021 4:49:22 PM To: gonejack/html-to-epub @.> Cc: Subscribed @.***> Subject: [gonejack/html-to-epub] Installation error (#2)

Hi, this tool looks very nice. Unfortunately I get the following error when following the installation instructions:

go get github.com/gonejack/html-to-epub package embed: unrecognized import path "embed" (import path does not begin with hostname)

OS: Ubuntu 20.04.2 LTS go version go1.13.8 linux/amd64

gonejack avatar Oct 02 '21 09:10 gonejack

Since go1.17: Deprecation of 'go get' for installing executables

To install binary in new version:

go install github.com/gonejack/html-to-epub@latest

sim2github avatar Oct 15 '23 21:10 sim2github