Skip to content
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

Open
mvirks opened this issue Feb 11, 2022 · 5 comments
Open

Trouble installing #318

mvirks opened this issue Feb 11, 2022 · 5 comments

Comments

@mvirks
Copy link

mvirks commented Feb 11, 2022

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?

@dustennL
Copy link

i'm having the exact same problem. did you figured it out ?

@mvirks
Copy link
Author

mvirks commented Apr 26, 2022

Resorted to an older version of Go in the end, the only way I could make it work

@dustennL
Copy link

Can you tell me exactly what version of go works ?

@mvirks
Copy link
Author

mvirks commented Apr 26, 2022

I got it working with 1.13.15.

wget https://go.dev/dl/go1.13.15.linux-amd64.tar.gz

I also had to install the following packages first that grafana-reporter requires, to allow it to run after installing it:

libglib2.0-0
libatk1.0-0
libatk-bridge2.0-0
libxdamage1
libgbm1
libpango1.0-0

@dustennL
Copy link

Thank you so much for replying! I'll give it a try.

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

No branches or pull requests

2 participants