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

Problem with check after installing mapnik and python-mapnik - undefined symbol: PyClass_Type #243

Open
totalspam opened this issue Jul 21, 2021 · 0 comments

Comments

@totalspam
Copy link

totalspam commented Jul 21, 2021

Hi! I need help!
I try to check correct of installation, but get error back:
mapnik-config -v
3.1.0

mapnik-config --input-plugins
/usr/local/lib/mapnik/input

in next step I get error:
python3 -c "import mapnik;print(mapnik.__file__)"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/mapnik-3.0.23-py3.6-linux-x86_64.egg/mapnik/__init__.py", line 74, in <module>
from ._mapnik import *
ImportError: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.65.1: undefined symbol: PyClass_Type

What I must do to solve this error?
Thanks.

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