geokit
geokit copied to clipboard
Gdal 3.4.1 causes tests to fail on Windows and Mac
Gdal 3.4.1 should be excluded from the dependencies.
It causes the folowing error in multiple tests:
ImportError: DLL load failed while importing _gdal: The specified procedure could not be found.
The failed tests are:
geokit/geokit/test/test_01_util.py geokit/geokit/test/test_02_srs.py geokit/geokit/test/test_03_geom.py geokit/geokit/test/test_04_raster.py geokit/geokit/test/test_05_vector.py geokit/geokit/test/test_06_extent.py geokit/geokit/test/test_07_locations.py geokit/geokit/test/test_08_regionmask.py geokit/geokit/test/test_09_algorithms.py
The complete log is attached in a file. log.txt