EarthObservation / rvt-qgis

Apache License 2.0
14 stars 5 forks source link

Module Not Found: gdal #10

Closed esnyder-rve closed 3 years ago

esnyder-rve commented 3 years ago

With the new OSGeo4W installer, it appears that the python gdal library got changed. The plugin can no longer load with this error in default.py: ModuleNotFoundError: No module named 'gdal'

Can be fixed by changing import gdal with from osgeo import gdal

zm8597 commented 3 years ago

I applied your fix and uploaded a new version of the plugin v0.5.2. Could you please check if the problem is solved? Thank you for your issue report and help 😃.