jorge.conr...@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.

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

Reply via email to