After loading jaspy/2.7/r20190715 (the current Jaspy 2.7), get this:
$ ldd `which ogr2ogr` | grep 'not found'
libjpeg.so.8 => not found
libkea.so.1.4.5 => not found
libhdf5_hl.so.10 => not found
libhdf5_cpp.so.10 => not found
libhdf5.so.10 => not found
libjpeg.so.8 => not found
libkea.so.1.4.5 => not found
libhdf5_hl.so.10 => not found
libhdf5_cpp.so.10 => not found
libhdf5.so.10 => not found
These all appear to be older shared library version numbers from what is provided in $CONDA_PREFIX/lib, for example libjpeg.so.9.
This was raised in HelpScout query 41447. Because it is working in current Jaspy 3.7 (jaspy/3.7/r20200606) I have not promised that we can prioritise any fix, but there might be a compatible release of libgdal available. conda search libgdal finds a lot of releases, including a later 2.0.0 release (this one is 2.0.0-1 and there is a 2.0.0-2), but I haven't investigated further.
After loading
jaspy/2.7/r20190715
(the current Jaspy 2.7), get this:These all appear to be older shared library version numbers from what is provided in
$CONDA_PREFIX/lib
, for examplelibjpeg.so.9
.This was raised in HelpScout query 41447. Because it is working in current Jaspy 3.7 (
jaspy/3.7/r20200606
) I have not promised that we can prioritise any fix, but there might be a compatible release of libgdal available.conda search libgdal
finds a lot of releases, including a later 2.0.0 release (this one is2.0.0-1
and there is a2.0.0-2
), but I haven't investigated further.