-
-
Notifications
You must be signed in to change notification settings - Fork 150
error: go get github.com/arduino/arduino-create-agent #219
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
Comments
Hi @focalhot , |
|
Can you try exporting
in the same shell before building? |
@facchinm It still does not work well.Same error. |
Any updates here? I'm having the same error: go version go1.10.2 darwin/amd64 |
I'm also getting an issue running $ go version
go version go1.8.7 linux/amd64
$ go get github.com/arduino/arduino-create-agent
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
$ docker run -i -t golang:1.8.7 bash
root@ea8e1acf1b11:/go# go version
go version go1.8.7 linux/amd64
root@36835224d745:/go# go get github.com/arduino/arduino-create-agent
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname) Any idea what it could be? This is the very first time I'm running Go so sorry if it's too much of a rookie mistake... |
I think latest master branch needs golang 1.10+ . @rsora can you confirm? |
Confirmed, with dependencies managed with My apologies for the lack of details in the README, I'll update the build instructions asap! |
Upgrading to
I, and certainly more people on the community, would really appreciate if the build instructions were a bit richer... I'm willing to contribute writing documentation, debugging those issues and in any other way you think it's possible. But I'm new to Go and since I am not able to "go get" the project, I'm a bit lost on where to start haha What would you suggest me to do? :) |
Hi @murilopolese , sorry for the lack of documentation. The problem is that every OS has different prerequisites due to the tray icon being OS specific. |
Thanks big time! I managed to build! ❤️ I made a small PR with updating the docs about the go version and All the best! |
Thanks @murilopolese for your contribution. I'll go ahead and mark this ticket as 'closed' while we work on merging #273 |
The text was updated successfully, but these errors were encountered: