r-barnes / richdem

High-performance Terrain and Hydrology Analysis
GNU General Public License v3.0
272 stars 70 forks source link

richdem can't find GDAL embedded in python/fiona package #61

Closed tgrandje closed 1 year ago

tgrandje commented 2 years ago

Newest Fiona packages include embedded GDAL package. The embedded module isn't installed as the independant used to be, so richdem can't find osgeo.

To keep track of this : I just opened a question on stackoverflow about the best way to proceed.

tgrandje commented 1 year ago

That's normal behaviour: by GDAL, Fiona's team means the shared library, not the python bindings of the same name. Link to Fiona's groups.io discussion here.