hi,
I have problem with installing GDAL as requirement. No matter if I use pygdal or gdal, or if i include setuptools>=58.0.4 to the requirements.txt, the compile always ends up in:
WARNING: numpy not available! Array support will not be enabled
(although numpy is in requirements.txt),and:
FileNotFoundError: [Errno 2] No such file or directory: '../../apps/gdal-config'
…
as some hint it says:
Could not find gdal-config. Make sure you have installed the GDAL native library and development headers.
is this somehow possible to fix?
this is the repository i try get the environment working:
(note we as a university would like to arrange a small short workshop soon, using this repository through mybinder.org for the first time)
thank you,
Milan