I'm trying to use the imageregistartion module of rsgislib, but when I try to process any file that is jpeg compressed, I get the fallowing error:
Started ..0.ERROR 1: JPEGLib:Wrong JPEG library version: library is 62, caller expects 80
python: tif_jpeg.c:962: JPEGSetupDecode: Assertion `sp->cinfo.comm.is_decompressor' failed.
I also get this error when I try to run gdalwarp from the console.
I installed rsgislib using anaconda, using conda install -c osgeo rsgislib
I do not get this error when I use the gdalwarp version installed on my system, so this seems to be a problem with the anaconda package.
However, both versions, the working one on my system and the one from anaconda have the same version number: GDAL 1.11.2, released 2015/02/10
I have already tried both rsgislibs for python 3.5 an 3.4, same error with both. (or rather same error with their required gdal versions)
Does anyone know how I can solve this? I'm lost...