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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -