-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 installing? #156
Comments
The version of go supplied by ubuntu 12.04 seems to be fairly old (1.3.3 is current). If there is no update available you might want to installing Go from source. |
Yep, your Go version is too old. Run 1.2+. Those pass our (growing) test suite: https://travis-ci.org/jbenet/go-ipfs/ (<1.1 don't) FWIW, i've had bad experiences installing Go from package mgrs. Installing from source is unusually easy though, so I'd follow @cryptix's advice. |
Ah gotcha, thanks y'all! |
gx publish 4.1.1
Sorry, I'm new to go, so take this bug report with a grain of salt. Ran through the README's install instructions after installing go like so:
Here's the error I get:
https://gist.github.com/patcon/435bc7f8e0397a87763d
Running ubuntu precise 12.04
Thanks!
The text was updated successfully, but these errors were encountered: