Re: [gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Chris Marsh
Glad to hear it. I'm not sure what Even et al's stance on using homebrew as an official recommendation is. I am just a user who has gone down this route myself On Mon, Jan 11, 2021 at 1:37 PM Marius Kreß wrote: > CAUTION: External to USask. Verify sender and use caution with links and > attachme

Re: [gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Marius Kreß via gdal-dev
Thank you, this worked! Maybe this should be mentioned on the Download page? I think it is a bit incomplete in general: Nothing on macOS and the Windows section just mentions Conda and no alternatives (like gisinternals.com and OSGeo4W). Maybe it could be expanded? Marius > Am 11.01.2021 um 19

Re: [gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Chris Marsh
Hi, You need to have the gdal binaries installed before pip install gdal will work. Specifically, pip install gdal installs the python bindings for gdal. In my opinion on mac, the easiest way is to install gdal via homebrew. Then the configuration utility gdal-info should be on the path and pip in

[gdal-dev] Unable to install GDAL on macOS with pip

2021-01-11 Thread Marius Kreß via gdal-dev
Dear GDAL developers and users, I am unable to install GDAL on my Mac. I have set up Python with pyenv. When I enter pip install gdal I get a lot of exceptions that always end with FileNotFoundError: [Errno 2] No such file or directory: '../../apps/gdal-config‘ or FileNotFoundError: [Errno 2]