Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我需要使用这个库,但是直接使用pip 安装不了,查网上说Linux系统需要自行编译使用,这个耗费好多时间,请问平台能否后台帮忙安装?
使用如下命令可以正常安装 GDAL
apt update apt install libgdal-dev -y export CPLUS_INCLUDE_PATH=/usr/include/gdal export C_INCLUDE_PATH=/usr/include/gdal pip install GDAL==2.2.3