Closed bidur closed 3 years ago
I think, this particular thing is related to linux based installation. It should be included in docs. If you can write in readme.MD file and send the pull request, that would be nice. Otherwise, It will be included in next release. Thank you for the information.
I was unable to install this module and it said "Failed building wheel for gdal". However, I had GDAL 2.4.2 (gdal-config --version) working in my system.
This problem occurred because the geoserver-rest module tries to install the latest version of GDAL ( i.e. 3.2 for my case). So, we can install all the dependencies manually and then install geoserver-rest with --no-deps < pip3 install --no-deps geoserver_rest > .
While installing dependencies, sometimes, pip install GDAL may have to be modified to match the system's GDAL version.< pip install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal" >