【发布时间】:2020-10-13 11:48:24
【问题描述】:
对于 Windows 10 上的 python 3.8.6(64 位),我尝试安装 GDAL 版本 3.1.3。我从Unofficial Windows Binaries for Python Extension Packages下载了以下轮子:GDAL-3.1.3-cp38-cp38-win_amd64.whl。
很遗憾,我收到以下错误消息:GDAL-3.1.3-cp38-cp38-win_amd64.whl is not a supported wheel on this platform。
我也尝试过其他版本,包括 32 位和不匹配的 python 轮子,用于旧的 python 版本,但无济于事。还更新了pip,但这也无济于事。另外,我不适合使用 osgeo4w 或 Anaconda GDAL 版本。
你能帮我弄清楚如何安装GDAL吗?
【问题讨论】:
标签: python windows 64-bit gdal