drive icon indicating copy to clipboard operation
drive copied to clipboard

problem installing on rasperry pi

Open tilnow opened this issue 4 years ago • 1 comments

hi, i am using raspian on a raspberry pi 4, kernal version 5.4.83-v7l go version go1.12.6 linux/arm

pushing and pulling only the files is need is critical for this embedded application.

when i try to install using the suggested command: go get -u github.com/odeke-em/drive/cmd/drive i get the following error: # golang.org/x/net/http2 go/src/golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is

any ideas?

tilnow avatar May 26 '21 11:05 tilnow

The Go version is outdated. Update to the latest version(1.16+)

bopjiang avatar Jun 15 '21 22:06 bopjiang