Ola Tuvesson
Ola Tuvesson
It seems this issue has been reported before, but neither the fix or the work-around prevent it happening for me: https://github.com/OSGeo/gdal/issues/8882
Finally managed to get GDAL 3.9.2 to build by manually editing `/myprojectdir/gdal-3.9.2/build/swig/python/setup.py` and pointing it directly to the 3.9.2 gdal-config: ``` def initialize_options(self): ... #self.gdal_config = self.GDAL_CONFIG self.gdal_config = "/myprojectdir/gdal-3.9.2/build/apps/gdal-config"...
I'm had this as well on a Pi3B+ with quite modest GPIO usage; two input pins monitored for changes and one pin used to output a PWM signal. I had...
The downloaded file is only 145k and not a valid ZIP file - you're probably getting a 404 HTML response on your curl request and it's saving that as mercuryapi-1.31.1.36-2.zip...
Thank you, I'll take a look at this.