Installing geopandas on Python 2.6

前端 未结 1 686
一生所求
一生所求 2021-01-07 01:02

This is in continuation with my earlier question Geospatial Analytics in Python

I started a new question to keep the 2 issues logically separate.

I have tryi

1条回答
  •  时光说笑
    2021-01-07 01:42

    On Linux Mint, Python 2.7.10 (Anaconda):

    sudo apt-get install libgeos-dev
    sudo apt-get install libgdal-dev
    pip install geopandas
    
    Successfully installed descartes-1.0.1 fiona-1.6.2 geopandas-0.1.1 pyproj-1.9.4
    

    I would recommend moving to 2.7.10. The two development libraries were all that I needed on my system. It seems that you are likely missing libgdal-dev.

    0 讨论(0)
提交回复
热议问题