OSError geos_c could not be found when Installing Shapely

前端 未结 6 566
星月不相逢
星月不相逢 2020-12-11 00:31

I\'m a newbie to making/plotting on maps with python, been trying to follow this blogpost to generate a world map (http://sciblogs.co.nz/seeing-data/2011/08/12/plotting-geog

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 01:04

    On Ubuntu, to install GEOS, this worked for me:

    $ sudo apt-get install libgeos-dev
    

提交回复
热议问题