Python GDAL包下载仓库
资源描述
本仓库提供了Python安装GDAL所需的whl文件,涵盖了以下四个常用版本:
- Python 3.6 (Windows 32位)
- Python 3.6 (Windows 64位)
- Python 3.7 (Windows 32位)
- Python 3.7 (Windows 64位)
使用说明
- 选择合适的版本:根据你的Python版本和操作系统位数,选择对应的whl文件。
- 下载文件:点击文件名即可下载对应的whl文件。
- 安装GDAL:在命令行中使用以下命令安装下载的whl文件:
pip install 文件名.whl
例如,如果你下载的是
GDAL-3.2.2-cp36-cp36m-win_amd64.whl
,则命令为:pip install GDAL-3.2.2-cp36-cp36m-win_amd64.whl
注意事项
- 请确保下载的whl文件与你的Python版本和操作系统位数完全匹配,否则可能会导致安装失败。
- 如果在安装过程中遇到任何问题,请参考Python官方文档或GDAL官方文档获取更多帮助。
版本列表
- Python 3.6 (Windows 32位)
- Python 3.6 (Windows 64位)
- Python 3.7 (Windows 32位)
- Python 3.7 (Windows 64位)
更新日志
- 初始版本发布:2023-10-01
联系我们
如有任何问题或建议,请通过GitHub Issues联系我们。