PYTHON GDAL

dieter dieter at handshake.de
Wed May 24 02:27:13 EDT 2017


jorge.conrado at cptec.inpe.br writes:
> ...
> and I had:
>
> import gdal
> Traceback (most recent call last):
> ...
> line 17, in swig_import_helper
>     _mod = imp.load_module('_gdal', fp, pathname, description)
> ImportError: libicui18n.so.56: cannot open shared object file: No such
> file or directory

This tells you about an external dependency (on the OS level).
You must fulfill the dependency by installing the required
"libicui18n.so.56". For this, you likely use your OS packaging system.




More information about the Python-list mailing list