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

Cannot build #39

Open
mcampo-dd opened this issue Jun 23, 2022 · 1 comment
Open

Cannot build #39

mcampo-dd opened this issue Jun 23, 2022 · 1 comment

Comments

@mcampo-dd
Copy link

I'm using the tool for the first time. After cloning the repo into $GOPATH/src/dd2tf and resolving issues with not having dep installed and running dep ensure

> brew install dep && dep ensure

I move on to the second step of generating & building, at which point I see the following response:

> go generate && go build
dashboards.go:1: running "go-bindata": exec: "go-bindata": executable file not found in $PATH

My relevant environment variables are:

export DATADOG_APP_KEY="[my_app_key]"
export DATADOG_API_KEY="[my_api_key]"
export GOPATH="${HOME?}/go"
export GOBIN="/usr/local/bin/go"
export PATH=$HOME/bin:/usr/local/bin:$GOPATH:$GOBIN:$PATH

I'm not sure where to proceed from here.

@EricSantelices
Copy link

I get the same

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