-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build fails on Raspbian 11 #81
Comments
Raspberry PIs are ARM right? In that case you'll need If that doesn't work, I have been having some issues with the docker images on |
Thank you for the quick response! Pis are ARM. I tried
switching to dev got me:
|
Thanks for the detailed debugging output! Unfortunately I don't have access to a raspberry pi for testing, and the build works on my ARM macbook. If you can find a |
Thanks! I'll dig into this and report back. I'm not super familiar with docker, so I'll start poking around, see if I can find a fix, and report back. |
I tried making both of those edits to the led me to this list: https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=arm After playing around a bit and changing the file to I'm now getting this error message:
Is there any chance that suggests any obvious next steps? |
|
Thank you for the additional suggestions! I can confirm that I'm running the 64 bit version on a model 4B. Also, to confirm that I'm doing what I should be doing, I'm running the make When I update the
When I reverted that line back and then updated
Keeping the updated URL and replacing
I also just double checked and python 3.9.2 is installed on the machine. |
@mwweinberg , Have you found a working build solution for raspberry? |
I made a new release a few weeks ago, @arkonsolutions did that version not work for you? Unfortunately the build-m1 command works for me on my arm macbook so I can’t replicate the problem |
@ajnisbet thank you for great product generally! Unfortunately, I haven't been able to get it to assemble for raspberry yet. |
@arkonsolutions unfortunately I have not found a solution yet either |
I had the same problem on RPi5 running Raspbian 12, but managed to get it running with sudo apt-get install libgdal-dev gdal-bin and then using make build-m1 |
I've been able to get this running in a few other environments, but am having some problems installing it on a clean version of Raspbian 11. Docker is installed and working. After cloning the repo and moving into the opentopodata directory, I run
sudo make build
. That works for a bit, until I get the error. Here's the full output:I would love any suggestions.
thanks!
The text was updated successfully, but these errors were encountered: