-
Notifications
You must be signed in to change notification settings - Fork 63
Trouble following installation instructions #540
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
Howdy @danielballan! Did you happen to run this within the last 2 hours? I just finished breaking that package :) |
Haha. I did! Tried again now, same problem. Ping me when you un-break it and I'll be glad to try again. :- ) |
oooook things should be back to normal now. Have a gander with: $ make update-qri-deps
# ...
$ make build
# ...
$ qri version # 0.5.2-dev |
Also, thanks for taking the time to play with qri @danielballan! you're a gem 😄 |
Directing a browser to the offending URL, https://gopkg.in/yaml.v2/, I get the error: Full logs inside a detail tag:
|
😄 thankfully this one isn't us: golang/go#27622 Github's choking ATM |
Phew! |
If you don't want to wait, this gopkg.in nonsense should be able to be circumvented: $ git clone git@github.com:go-yaml/yaml.git
# cloning into 'yaml'...
$ mkdir -p $GOPATH/src/gopkg.in/yaml.v2
$ mv yaml $GOPATH/src/gopkg.in/yamlv2
$ cd $GOPATH/github.com/qri-io/qri
$ go install
$ which qri |
Great. Works! Since both of these issues were transient one-offs, I can't think of any documentation improvements. Seems straightforward provided the packages are not broken and GitHub is awake. :- D |
Delightful. Thanks Dan! |
Hello qri team! I tried to take qri for a spin and found that the installation failed on
make build
, as shown below. Please let me know if I can provide any additional information that may be helpful. Thanks!My environment:
Errors:
The text was updated successfully, but these errors were encountered: