关于geopandas库的安装
作者:互联网
电脑环境: python 3.8 anaconda-5.3.1
主要依赖包及版本:
gdal==3.2.3
Fiona ==1.8.19
shapely ==1.7.1
pyproj == 3.1.0
注意事项:
- 先安装gdal,再安装其他依赖包
- 上述所列非所有依赖包,其他依赖包还有rtree等
上述包whl文件附链接:
链接:https://pan.baidu.com/s/1VRFzTEw6yLg8Zz6QLGRGMQ
提取码:3a8d
–来自百度网盘超级会员V5的分享
其他注意事项:
成功pip install geopandas 后,如果出现Could not find module ‘D:\conda\Library\bin\geos_c.dll’ (or one of its dependencies). Try using the full path with constructor syntax.
可进行两种修改:
- conda下 pip uninstall shapely,conda install shapely
- 下载该dll文件,放置在对应D:\conda\Library\bin文件夹内,文件见百度网盘
标签:bin,依赖,shapely,百度网,geopandas,conda,关于,pip,安装 来源: https://blog.csdn.net/qq_37396143/article/details/122332291