You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I was trying to explore the LSAT tool but encountered with an error at starting of start menue:
File "D:\LSAT-1.0.1\BGR-EGHA-LSAT-3fa695c\startMenu_main.py", line 3, in
from osgeo import gdal
ModuleNotFoundError: No module named 'osgeo'
The text was updated successfully, but these errors were encountered:
it looks like you are missing the osgeo package or you are using an old version of GDAL that used import gdal. Either way, you should install a recent version of GDAL. On Windows, the easiest way is to download a .whl file provided here (version 3.6.1 tested) and install it with python -m pip install *path to .whl file*. Most likely, you will need the AMD64 version of the package corresponding to your installed Python version (Python 3.11 -> cp311, Python 3.10 -> cp310, etc.).
Hello,
I was trying to explore the LSAT tool but encountered with an error at starting of start menue:
File "D:\LSAT-1.0.1\BGR-EGHA-LSAT-3fa695c\startMenu_main.py", line 3, in
from osgeo import gdal
ModuleNotFoundError: No module named 'osgeo'
The text was updated successfully, but these errors were encountered: