Skip to main content

Timeline for Install GDAL Python binding on mac

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Jun 26, 2018 at 2:24 comment added Adam Erickson @Holt That does not work: extensions/gdal_wrap.cpp:3173:10: fatal error: 'cpl_vsi_error.h' file not found #include "cpl_vsi_error.h"
Jun 11, 2018 at 19:36 comment added Holt @brianbancroft You can also try python3 setup.py build_ext --gdal-config=Path where Path is the path to the gdal-config binary (somewhere on your system).
Jun 11, 2018 at 19:35 comment added Holt @brianbancroft What happens if you run python3 setup.py build_ext ... with include-dirs and library-dirs? If it works, you can then python3 setup.py install (without the extra arguments).
Jun 11, 2018 at 7:53 comment added Holt @brianbancroft Which version of GDAL are you using?
Jun 11, 2018 at 0:44 comment added brianbancroft Hi there, I failed to get this to run using pip 10.0.1 and python 3.6.5. The command line didn't recognize --include-dirs as an option. When I tried to run it without the two optional arguments, I also ran into an issue where my c++ was out of date. I'm currently running High Sierra
Sep 20, 2017 at 8:49 review First posts
Sep 20, 2017 at 9:02
Sep 20, 2017 at 8:48 history answered Holt CC BY-SA 3.0