-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble installing #318
Comments
i'm having the exact same problem. did you figured it out ? |
Resorted to an older version of Go in the end, the only way I could make it work |
Can you tell me exactly what version of go works ? |
I got it working with 1.13.15.
I also had to install the following packages first that grafana-reporter requires, to allow it to run after installing it: libglib2.0-0 |
Thank you so much for replying! I'll give it a try. |
Running Go 1.17.1, where go get is depreciated.
Tried:
go install -v github.com/IzakMarais/reporter/cmd/grafana-reporter@latest
...which results in the following output...
go: finding module for package github.com/pborman/uuid
go: finding module for package github.com/gorilla/mux
go: found github.com/gorilla/mux in github.com/gorilla/mux v1.8.0
go: found github.com/pborman/uuid in github.com/pborman/uuid v1.2.1
...but no installation.
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: