<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">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 <a href="http://gisinternals.com" class="">gisinternals.com</a> and OSGeo4W). Maybe it could be expanded?</div><div><br class=""></div><div>Marius</div><div><br class=""><blockquote type="cite" class=""><div class="">Am 11.01.2021 um 19:18 schrieb Chris Marsh <<a href="mailto:chris.marsh@usask.ca" class="">chris.marsh@usask.ca</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div dir="ltr" class=""><div class="">Hi,</div><div class="">You need to have the gdal binaries installed before pip install gdal will work. Specifically, pip install gdal installs the python bindings for gdal.</div><div class=""><br class=""></div><div class="">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 install GDAL should work</div><div class=""><a href="https://pypi.org/project/GDAL/" target="_blank" class="">https://pypi.org/project/GDAL/</a></div><div class=""><br class=""></div><div class="">Going the homebrew route for gdal will ensure you have everything needed for gdal to work and avoids the complication of having to compile gdal yourself. <br class=""></div><div class=""><br class=""></div><div class="">Personally, I use gdal from base homebrew and then use this repackaging of the python gdal bindings. I've found it to be more reliable with venvs.<br class=""></div><div class=""><a href="https://github.com/nextgis/pygdal" target="_blank" class="">https://github.com/nextgis/pygdal</a></div><div class=""><br class=""></div><div class="">Both methods should work though,</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Chris</div></div>
</div></blockquote></div><br class=""></body></html>