geopandas installation method

Install in order

Download the dependency packages here  https://www.lfd.uci.edu/~gohlke/pythonlibs/ , and then install them one by one

1.Install gdal

pip install C:\Users\lenovo\Downloads\GDAL-3.4.3-cp38-cp38-win_amd64.whl

2.Install fiona

pip install C:\Users\lenovo\Downloads\Fiona-1.8.21-cp38-cp38-win_amd64.whl

3.Install Shapely

pip install C:\Users\lenovo\Downloads\Shapely-1.8.2-cp38-cp38-win_amd64.whl

4.Install pyproj

pip install C:\Users\lenovo\Downloads\pyproj-3.3.1-cp38-cp38-win_amd64.whl

5. Install geopandas

pip install geopandas

Guess you like

Origin blog.csdn.net/xiangfengl/article/details/132853041