Saturday 27 February 2016

gdal - Installing rasterio and Fiona together?


I work on Windows; I use Christoph Gohlke wheels; Python 3.7


After installing GDAL-3.0.1 and Fiona-1.8.6


an error occurs on import of fiona from fiona.ogrext import Iterator, ItemsIterator, KeysIterator ImportError: DLL load failed:


by downgrading to GDAL-2.4.1 I could surpass the error, yet rasterio starts rasing an error : from rasterio._base import gdal_version ImportError: DLL load failed:




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...