python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

ImportError: libmapnik.so.3.0: undefined symbol: hb_ft_font_set_load_flags

Open robeson1010 opened this issue 8 years ago • 1 comments

I install a python-mapnik with conda.

But when I import mapnik

the error is: ImportError: libmapnik.so.3.0: undefined symbol: hb_ft_font_set_load_flags

what's that mean?

robeson1010 avatar Aug 31 '17 16:08 robeson1010

what's that mean?

That probably means you have older version of Harfbuzz than 1.0.5, but your Mapnik was compiled against Harfbuzz of version at least 1.0.5, see this or this.

talaj avatar Aug 31 '17 19:08 talaj