Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.92k
stars
1.23k
forks
source link
Need some help installing keybase on Raspberry PI 4: cannot find module providing package #24470
Open
corelanc0d3r opened 3 years ago
Raspberry PI:
I am trying to install the keybase client on my Raspberry PI4
First, I removed the existing (outdated) version of go
apt remove golang
Next, I downloaded and installed a more recent version from golang.org
I did some unlinking/relinking:
Created a folder
(added the exports in
~/.bashrc
as well)Logout/login, verify that go is working:
Installing keybase (fails at the end with "cannot find module providing package")
How can I fix this?