Dear community,
my OS is Ubuntu 18.04 x86-64 with python 3.6. All uptodate.
I successfully built and installed mapnik, 3.0.x branch from source by using the mason packages. But I cannot get python-mapnik to work properly. I am desperate.
I think it may have something to do with the boost libraries because other users with similar error messages often seem to have trouble with those libs. Mason is providing the boost 1.65.1 libs. So is Ubuntu 18.04.
For python-mapnik I use a virtualenv as recommended. I checked out 3.0.x branch from the repository, hoping it is compatible with the current mapnik 3.0.x branch. Because I found numerous recommendations to do so, I set the following environment vars to make python-mapnik build against the boost libs installed on my system:
Dear community, my OS is Ubuntu 18.04 x86-64 with python 3.6. All uptodate.
I successfully built and installed mapnik, 3.0.x branch from source by using the mason packages. But I cannot get python-mapnik to work properly. I am desperate. I think it may have something to do with the boost libraries because other users with similar error messages often seem to have trouble with those libs. Mason is providing the boost 1.65.1 libs. So is Ubuntu 18.04.
For python-mapnik I use a virtualenv as recommended. I checked out 3.0.x branch from the repository, hoping it is compatible with the current mapnik 3.0.x branch. Because I found numerous recommendations to do so, I set the following environment vars to make python-mapnik build against the boost libs installed on my system:
The built and install of the python-mapnik module is successful. But when I try to import it, I get this error message:
Does anybody have an idea what went wrong? If this is about the boost libs, can anybody explain it to me?
Thanks for your help in advance! Peter