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

installation issue

Open markgrahamdawson opened this issue 8 years ago • 0 comments

Im having problems with Mapnik and python binding installation. I know this issue have been covered many times before but I cant get anything to work... I have tried installing both mapnik2 and mapnik3 with homebrew, pip and from source code inside and outside virtual environments. When setting up the python bindings I get the following error...

ImportError: dlopen(mapnik/_mapnik.so, 2): Symbol not found: _ZNK5boost16re_detail_10630031cpp_regex_traits_implementationIcE17transform_primaryEPKcS4 Referenced from: /usr/local/opt/mapnik/lib/libmapnik.dylib Expected in: /usr/local/opt/boost/lib/libboost_regex.dylib in /usr/local/opt/mapnik/lib/libmapnik.dylib

The most active thread i can find on the issue is here... https://github.com/Homebrew/homebrew-versions/issues/1146 however im not sure where the solution is given, if there even is one.

I am using python2.7 and OSx elcapitan

markgrahamdawson avatar Jun 23 '17 08:06 markgrahamdawson