Cannot import GDAL

Fabien fabien.maussion at gmail.com
Wed Jan 11 16:59:27 EST 2017


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



More information about the Python-list mailing list