Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved symbol #249

Open
zenchemical opened this issue Nov 6, 2021 · 0 comments
Open

Unresolved symbol #249

zenchemical opened this issue Nov 6, 2021 · 0 comments

Comments

@zenchemical
Copy link

I'm getting this issue. Python mapnik seems to install OK but importing library failes on some sort of unicode error.

I found other people with the same issue, but I didn't see any clear resolution to it.

Thisi s on mac os 11.6, python 2.7.18

import mapnik
Traceback (most recent call last):
File "", line 1, in
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mapnik-4.0.0-py2.7-macosx-10.15-x86_64.egg/mapnik/init.py", line 74, in
from ._mapnik import *
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mapnik-4.0.0-py2.7-macosx-10.15-x86_64.egg/mapnik/_mapnik.so, 2): Symbol not found: __ZTIN6icu_5713UnicodeStringE
Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mapnik-4.0.0-py2.7-macosx-10.15-x86_64.egg/mapnik/_mapnik.so
Expected in: flat namespace
in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mapnik-4.0.0-py2.7-macosx-10.15-x86_64.egg/mapnik/_mapnik.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant