Install Geopandas under Windows

There is no problem under linux, directly pipenv install geopandas, all kinds of dependent libraries should be compiled and the dependent dependencies should be compiled.

Pyproj4 compiles under win, and the gdal library is also a problem. It is recommended to download the corresponding py version compiled from https://www.lfd.uci.edu/~gohlke/pythonlibs/ whl

python version 3.7 x64

Installation sequence and version

1 gdal: 2.4.1

Currently 3.0 cannot be installed, otherwise it will be imported In fiona, an error was reported:

ImportError: DLL load failed: The specified module could not be found.

The reason is: currently fiona 1.8.6 and gdal 3.0 are not compatible under win. So gdal can only install 2.4.1

https://gis.stackexchange.com/questions/67372/fiona-importerror-dll-load-failed

2 fiona 1.8.6

3 pyproj 2.2.2

4 shapely 1.6.4

Drawing requires descartes, you can directly pip

p>

Leave a Comment

Your email address will not be published.