<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 25 Feb 2020 at 06:59, /dev /local/ca <<a href="mailto:devlocalca@gmail.com">devlocalca@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><font size="4">I want to install and use GDAL on Windows 10.</font><div><font size="4"><br></font></div><div><font size="4">I don't know what 'conda' is, I don't care what it is, and I don't want to install it and screw up my machine.</font></div></div></blockquote><div><br></div><div>I know you said to not care about what conda is, but if you want an easy way to install GDAL (and fiona, rtree, geopandas, ...) on Windows, you might want to care. conda is a cross-platform package manager for binary packages (so pre-built, you don't need to build from source yourself), and includes GDAL and the other mentioned packages. Miniconda provides a way to minimally install the conda package manager (without the full blown Anaconda distribution): <a href="https://docs.conda.io/en/latest/miniconda.html">https://docs.conda.io/en/latest/miniconda.html</a></div><div><br></div><div>In principle, wheels could also provide binary packages for python, but unfortunately, the situation right now is that not all dependencies of GeoPandas provide those for Windows (eg there are also no wheels for rtree/libspatialindex). See <a href="https://geopandas.readthedocs.io/en/latest/install.html#installing-with-pip">https://geopandas.readthedocs.io/en/latest/install.html#installing-with-pip</a></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><font size="4"><br></font></div><div><font size="4">Ultimately I want to install 'geopandas', but it has a requirement of 'fiona', and 'fiona' requires 'GDAL' so I need to figure that out first,</font></div><div><font size="4"><br></font></div><div><font size="4">---</font></div><div><font size="4">then I need to figure out how to install 'Rtree' which has a dependency of 'spatialindex', so after this will figure out how to install 'spatialindex', then figure out how to install 'Rtree', then try again and see if 'fiona' will install and then after that try 'geopandas' again,</font></div><div><font size="4"><br></font></div><div><font size="4">but for now, the first step I see is 'GDAL'.</font></div></div>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div></div>