geopandas安装问题记录:ImportError,DLL load failed-windows10
问题及解决方案:https://www.cnblogs.com/madhevin/p/10481879.html
But, 想完整解决上述方案,需要在安装geopandas之前,安装pyshp包,
安装方式:pip install pyshp即可
注意:pyshp安装的时候名字为‘pyshp’, 导出的时候名字是shapefile ( import shpfile )
问题及解决方案:https://www.cnblogs.com/madhevin/p/10481879.html
But, 想完整解决上述方案,需要在安装geopandas之前,安装pyshp包,
安装方式:pip install pyshp即可
注意:pyshp安装的时候名字为‘pyshp’, 导出的时候名字是shapefile ( import shpfile )