On 01/11/2017 06:31 PM, Falter, Donald [USA] wrote:
I am new to Python and I am trying to utilize GDAL

GDAL is notoriously difficult to install :-(

I would strongly recommend to use conda (http://conda.pydata.org/miniconda.html) for managing your packages and environments, and then use the conda-forge channel (https://conda-forge.github.io/) to install gdal:

conda install -c conda-forge gdal

Good luck!

Fabien
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to