Installing GDAL package on Windows

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?

3 Likes

After re-install anaconda3, I also have same problem.
When I open the anaconda prompt, “can not find the specified path” and reporting gssapi64.dll missing.
“krb5” package is already installed.
How can I install “gssapi64.dll” file to Windows 11?