zoran-cuckovic / QGIS-visibility-analysis

Quantum GIS plugin for visibility analysis
GNU General Public License v3.0
72 stars 17 forks source link

ModuleNotFoundError: No module named 'gdal' #51

Closed PedroVenancio closed 3 years ago

PedroVenancio commented 3 years ago

Hi @zoran-cuckovic

import gdal is deprecated and removed from GDAL 3.2.1 version that will be used in the next release cicle, as you can see in https://pypi.org/project/GDAL/ section "Usage"

You need to update the code to https://github.com/qgis/QGIS-Mac-Packager/issues/114#issuecomment-778976859

zoran-cuckovic commented 3 years ago

Ok, thanks for signalling the issue. It's on the list of fixes for the next version.

zoran-cuckovic commented 3 years ago

Fixed in 1.5 version.

PedroVenancio commented 3 years ago

Thank you very much @zoran-cuckovic !