Hi guys, my installation of RSGISLib on LinuxMint was having a few issues ("image not found" error) so I tried a complete reinstall using Miniconda 3 python 3.5 and the commands:
conda
install
-c osgeo arcsi \
tuiview spdlib \
ipython
echo
"export GDAL_DRIVER_PATH=~/miniconda3/lib/gdalplugins"
>> ~/.bashrc
echo
"export GDAL_DATA=~/miniconda3/share/gdal"
>> ~/.bashrc
source
~/.bashrc
sudo
apt-get
install
gfortran
However, when i try to import a library in python (e.g. from rsgislib.rastergis import ratutils) i receive the following error message:
ImportError: libgsl.so.0: cannot open shared object file: No such file or directory
I have seen similar references to this error within RSGISLib support but the suggested solutions do not help. Any advice? (PS I also tried a complete reinstall of Miniconda).
Many thanks,
Andy