Hi everyone,
I’m trying to install the natcap.invest python package and am getting errors related to GDAL. It looks like it’s failing to build the GDAL wheel, then finds an existing installation of GDAL (version 3.1.2) and uninstalls it, and then fails to install GDAL. From the Windows batch processing tutorial, I think the problem is that the existing installation of GDAL is too recent (it needs to be 2.X rather than 3.X), but I can’t find a GDAL 2.X wheel for python 3.6 and a 64-bit OS. The Goehlke build page only has GDAL 3.X for python 3.6.
Do you know where I can find the correct version of GDAL?
Thank you!