-
Notifications
You must be signed in to change notification settings - Fork 426
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
error with installation #627
Comments
Can you share the version of your go installation? |
|
I think this is related to changes in go and respective "libs". @odeke-em no doubt more informative then me. But without some code changes, Out of curiosity what os/distro are you trying to build on? |
Ok thanks, it's a Raspian distrib for a Raspberry Pi. |
Hello again @ManuCart thanks for reporting this. @shaggytwodope thanks for answering this. |
OK thanks it's working with 1.6.2 |
I ran into this same problem, the latest |
Because of dependency requirements calling for at least go1.5, we need to bump the requirement in the README. ```shell $ go get -u github.com/odeke-em/drive/cmd/drive golang.org/x/net/context/ctxhttp ../gopath/src/golang.org/x/net/context/ctxhttp/ctxhttp.go:35: req.Cancel undefined (type *http.Request has no field or method Cancel) ``` Fixes #630. Updates #627.
Hi, I have this error when I try to update drive
The text was updated successfully, but these errors were encountered: