Hi,
I’ve installed Anaconda on Windows 10 in order to use GDAL tools.
So basically clean install of Anaconda (Python 3.9) followed by
conda install -c conda-forge gdal
, as recommended by GDAL.
All the GDAL tools fail to run, reporting missing gssapi64.dll.
After a lot of googling I’ve found the solution:
conda install -c conda-forge krb5
Apparently, some dependency is not properly tracked by Anaconda?