go client on Raspberry Pi 4 fails
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
Following https://github.com/keybase/client/blob/master/go/README.md yields
```
[pi@raspberry ~]$ uname -r
5.4.51-v8+
[pi@raspberry ~]$ go get github.com/keybase/client/go/keybase
# github.com/keybase/client/go/teams
gopath/src/github.com/keybase/client/go/teams/service_helper.go:1038:8: undefined: "errors".As
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Go README command and reproduce the failure on a Raspberry Pi 4. Then inspect go/teams/service_helper.go around line 1038 and the Go version or dependency assumptions involved in the undefined errors.As error; done means the client installs successfully or its supported requirements are made explicit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, raspberry-pi
- Domain
- build-system, embedded-iot
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100