On Friday, December 2, 2016 at 2:30:39 PM UTC-6, [email protected] wrote: > Hello, > > > I am trying to install version 0.9.6.1 of the Influxdb on my Raspberry Pi 3. > I followed instructions from here: http://www.lindleyhome.com/?p=88 > > > When I ran "./package.sh -t deb -p 0.9.6.1", I got this error: > ..../main.go:5:2: can't find package "context" in any of:........ > I looked inside version 1.5.3 of go and there is no "context" package. I > searched the go github and found that version 1.7 of go has the "context" > package. Then I downloaded go1.7 and followed the same instructions in the > above link no I am getting different errors when I run the "./package.sh > ...." command: > > > > > > > > > > > > package golang.org/x/crypto/ssh/terminal: unrecognized import path > "golang.org/x/crypto/ssh/terminal" (https fetch: Get > https://golang.org/x/crypto/ssh/terminal?go-get=1: dial tcp: lookup > golang.org on 192.168.7.254:53: dial udp 192.168.7.254:53: i/o timeout) > > package golang.org/x/crypto/bcrypt: unrecognized import path > "golang.org/x/crypto/bcrypt" (https fetch: Get > https://golang.org/x/crypto/bcrypt?go-get=1: dial tcp: lookup golang.org on > 192.168.7.254:53: dial udp 192.168.7.254:53: i/o timeout) > > package collectd.org/api: unrecognized import path "collectd.org/api" (https > fetch: Get https://collectd.org/api?go-get=1: dial tcp: lookup collectd.org > on 192.168.7.254:53: dial udp 192.168.7.254:53: i/o timeout) > > package collectd.org/network: unrecognized import path "collectd.org/network" > (https fetch: Get https://collectd.org/network?go-get=1: dial tcp: lookup > collectd.org on 192.168.7.254:53: dial udp 192.168.7.254:53: i/o timeout) > > WARNING: failed to 'go get' packages. > > M package.sh > > Already on 'master' > > Your branch is up-to-date with 'origin/master'. > > cmd/influx/cli/cli.go:22:2: cannot find package > "golang.org/x/crypto/ssh/terminal" in any of: > > /home/pi/.gvm/gos/go1.7/src/golang.org/x/crypto/ssh/terminal (from > $GOROOT) > > > /home/pi/.gvm/pkgsets/go1.7/influxdb/src/golang.org/x/crypto/ssh/terminal > (from $GOPATH) > > /home/pi/.gvm/pkgsets/go1.7/global/src/golang.org/x/crypto/ssh/terminal > > services/collectd/service.go:16:2: cannot find package "collectd.org/api" in > any of: > > /home/pi/.gvm/gos/go1.7/src/collectd.org/api (from $GOROOT) > > /home/pi/.gvm/pkgsets/go1.7/influxdb/src/collectd.org/api (from $GOPATH) > > /home/pi/.gvm/pkgsets/go1.7/global/src/collectd.org/api > > services/collectd/service.go:17:2: cannot find package "collectd.org/network" > in any of: > > /home/pi/.gvm/gos/go1.7/src/collectd.org/network (from $GOROOT) > > /home/pi/.gvm/pkgsets/go1.7/influxdb/src/collectd.org/network (from > $GOPATH) > > /home/pi/.gvm/pkgsets/go1.7/global/src/collectd.org/network > > services/meta/client.go:23:2: cannot find package > "golang.org/x/crypto/bcrypt" in any of: > > > > > Any help to resolve these issue is appreciated. > > > P.S. I know there is a prebuilt influxdb ARM on the website. But that is > veriosn 1.1.0. > > > Thanks, Shahriar
I'm stuck at the same spot. -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/influxdb. To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/f9f8f72a-3f17-4da1-a92c-8f2c52756e93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
