This repository was archived by the owner on May 26, 2025. It is now read-only.

Description
Hello,
I have tried to set up the repo on a new Django project. Unfortunately I have a problem with the setup of GDAL, do I have to install additional Python libraries?
I have installed GDAL in Windows:
C:\OSGeo4W\bin>gdalinfo --version
GDAL 3.10.1, released 2025/01/08
And in the settings I have specified the following path in addition to the settings specified in installations:
GDAL_LIBRARY_PATH = r'C:\OSGeo4W\bin\gdal310'
But unfortunately I can't get any further...
OSError: [WinError 127] The specified procedure was not found
Do you have some advise?