安装了GDAL包,但是仍然出现导报问题!!
from osgeo import gdal复制代码使用上边的导入语句报错如下:
>>> from osgeo import osrTraceback (most recent call last):...ImportError: libpoppler.so.126: cannot open shared object file: No such file or directoryDuring handling of the above exception, another exception occurred:Traceback (most recent call last):....ModuleNotFoundError: No module named '_gdal' ... 详细内容已隐藏