You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed rios using the instructions on rsgislib.org using 'conda install -c conda-forge -c rios scikit-learn rios tuiview h5py'. When using rios to mask one image by another, it gives an error that the images are not on the same grid (although their metadata says that they are).
It tries to correct this but throws the error:
rios.rioserrors.GdalWarpNotFoundError: Unable to run gdalwarp
Any ideas why rios can't find gdal? Ive not changed the environment, just installed using the command above. I have also tried a separate environment with just rios in it but I get the error:
Reason: Incompatible library version: libgdal.20.dylib requires version 1.4.7 or later, but libkea.1.4.7.dylib provides version 1.4.0
The text was updated successfully, but these errors were encountered:
Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).
Hi Nathan,
The "Incompatible library" error was a conda-forge problem, but has been fixed ~16 hrs ago. Can you run 'conda update --all' and confirm that the problem goes away...
Original report by Nathan Thomas (Bitbucket: nathanmthomas, GitHub: nathanmthomas).
I've installed rios using the instructions on rsgislib.org using 'conda install -c conda-forge -c rios scikit-learn rios tuiview h5py'. When using rios to mask one image by another, it gives an error that the images are not on the same grid (although their metadata says that they are).
It tries to correct this but throws the error:
rios.rioserrors.GdalWarpNotFoundError: Unable to run gdalwarp
Any ideas why rios can't find gdal? Ive not changed the environment, just installed using the command above. I have also tried a separate environment with just rios in it but I get the error:
Reason: Incompatible library version: libgdal.20.dylib requires version 1.4.7 or later, but libkea.1.4.7.dylib provides version 1.4.0
The text was updated successfully, but these errors were encountered: