-
Notifications
You must be signed in to change notification settings - Fork 349
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
Won't Install on Raspberry PI 3b+ #199
Comments
@grantbrand What version of Go do you have installed on your Pi? My initial guess is that it may need to be >=1.11. |
Currently it is 1.7.4. I'll see if I can get 1.11 installed. Just following the instructions for that over in the wiki doesn't seem to have worked. |
The problem is likely that the default distribution of Go on the RPi is
usually slower than the regular release of Go (which happens every 6
months). You can download a precompiled version of Go for RPi from various
places online if you don't want to wait for your Pi to compile it from
source. Let me know if you need help installing the right version.
…On Thu, Aug 16, 2018, 11:19 AM grantbrand ***@***.***> wrote:
Currently it is 1.7.4. I'll see if I can get 1.11 installed. Just
following the instructions for that over in the wiki doesn't seem to have
worked.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAiy7_Ayu2BbrR25u6Z7nX5aaHwJNk1Xks5uRbe5gaJpZM4WAQh3>
.
|
Well, I'm definitely open to some help! This might actually be in the wrong place. Since the last, I've uninstalled Go, then worked to build it from source. I installed the v1.4 bootstrapper, and ran the 1.10.3 checkout to install, following the instructions at https://golang.org/doc/install/source. It went through, but failed several tests hanging the computer along the way. It is done now and when I check version my version is 1.4...
|
You can download the latest version here. (It looks like the Pi 3b+ is ARMv6, so it is probably this this one) Make sure you uninstall your previous version first, then try these steps:
Then update your PATH ( |
Ok, I think I've got go and the cloudsql-proxy installed. In case anyone has the same issues in the future.. I reinstalled Raspbian and updated it. I switched the python version to default with 3.5.3. following this guide. I made sure GCC was installed, and it is. I followed instructions from kurtisvg directly above this post When I updated the PATH, it didn't look like it did anything, so I checked it with... Then I checked the version of GO to make sure it was actually there. Next, I followed the instruction on the main page of this git -or- repository (I'm not sure what it's supposed to be called) which has you use GO to get and install the cloudsql-proxy. A side note... |
@grantbrand Thanks for following up. I'm going to go ahead and close this issue since your problem is resolved. |
Thank you for the help! |
Because this project depends on |
I can't get this to install on my Raspberry Pi 3b+. Go is installed.
I enter..
The result is...
I looked up the file indicated file. I can't tell what the issue is. It appears to be related to a recent fix of Issues #194 and #196 . A snippet from the file...
So, I don't know if I'm doing something wrong what. I probably am. I'm not sure how git hub is supposed to work or if I'm breaking rules writing this. I apologize if that is the case. I just can't get it to work, any help would be greatly appreciated.
In case it matters for anything, the Pi I'm working on has the following attributes...
Debian v9.4
The Kernel is...
And the processor info is (all 4 cores identical except for processor number)...
The text was updated successfully, but these errors were encountered: