Page 1 of 1

Error installing InfluxDB

Posted: Thursday 27 October 2016 8:53
by CjGbg
Running Domoticz SD-image on Raspberry with a misson to geth graphs through Grafana. Have followed this tutorial:
http://giatro.me/2015/09/30/install-inf ... ry-pi.html

I´m trying to install InfluxDB

Code: Select all

pi@Domoticz:~$ go get github.com/influxdb/influxdb
but getting this error message:

Code: Select all

pi@Domoticz:~$ go get github.com/influxdb/influxdb
can't load package: package github.com/influxdb/influxdb: code in directory /home/pi/.gvm/pkgsets/go1.5/global/src/github.com/influxdb/influxdb expects import "github.com/influxdata/influxdb"
pi@Domoticz:~$ pi@Domoticz:~$
Anyone have suggestions what´s wrong? Thanks for helping

Re: Error installing InfluxDB

Posted: Monday 28 November 2016 20:40
by fg2it
Your post is a bit old so I don't know where you are with this problem, but for the record, Influxdb build has changed over time so it is likely that instructions over a year-old are out of date. For example, the current master (this one) use go 1.7.3.
The good news is that it is easier and easier to build influxdb over time. But is doesn't really matter since now, influxdb is officially released for raspberry pi : see the official download page. Even better, it is not on there list, but it even exists in deb packages (eg.v1.1.0) for armhf (working even on raspberry pi 1b).