Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

unrecognized import path "math/bits" #89

Closed
wifidoneright opened this issue Oct 2, 2019 · 4 comments
Closed

unrecognized import path "math/bits" #89

wifidoneright opened this issue Oct 2, 2019 · 4 comments

Comments

@wifidoneright
Copy link

go get github.com/google/link022/agent
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)

im following the start guide for the raspberry pi and get this error when trying to download the agent onto the raspberry pi

Raspberry Pi 3
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch

@boleifu
Copy link
Contributor

boleifu commented Oct 2, 2019

Can you provide the version of Golang you are using? Thanks.

@wifidoneright
Copy link
Author

pi@ocap:~ $ go version
go version go1.7 linux/arm

@boleifu
Copy link
Contributor

boleifu commented Oct 3, 2019

Can you try go 1.10? It seems some dependency libraries requires newer version of Golang.

@wifidoneright
Copy link
Author

Great. it looks like it is going now with the newer version.
thank you for your help

wget https://storage.googleapis.com/golang/go1.10.1.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.10.1.linux-armv6l.tar.gz

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants