How do I get hundreds of DLL files?

105 Views Asked by At

I am using python and I am trying to install the GDAL library. I kept having an error telling me that many DLL files were missing so I used the software Dependency Walker and it showed me that 330 DLL files were missing...

My question is: How do I get that much files without downloading them one by one on a website ?

2

There are 2 best solutions below

0
On

First of all, never download .dll files from shady websites.

The best way of repairing missing dependencies is to reinstall the software that shipped the .dll files completely.

0
On

By properly installing the software that GDAL depends on.

Consult GDAL's documentation for build and installation instructions.