How to install geos on debian raspberry pi -
hi trying install geos on raspberry pi running rasbian wheezy can include shapely modules in python scripts. tried using: git clone git://git.debian.org/git/pkg-grass/geos
this downloads properly, when try run python script gives me traceback error saying oserror: not find library geos_c or load of variants ['libgeos_c.so.1', 'libgeos_c.so']
have put geos in wrong place? there special way build files? help!
you have downloaded sources far. guess wanted install binary package instead. install it, type (as root):
apt-get install libgeos++
Comments
Post a Comment