I have installed analonda3 on ubantu mate 18.04.
I want to implement RSGISLib-Training Doc 2018. I am following the instruction given in the doc for software installation
But instead of Using Mini-conda I am using Anaconda3.
I have make a new environment and installed rsgislib and other software using
conda install -c conda-forge rsgislib
conda install -c conda-forge rios
conda install -c conda-forge tuiview
conda install -c conda-forge scikit-learn matplotlib h5py
conda version is 4.6.8 , rsgis version is 3.5.7 , python version is 3.5.5
when I type Type tuiview on terminal I found following error:
ImportError : libpoppler.so.71: can not open shared object file: No such file or directory.
Than I have tried to rub script file 01_BandMaths.py . But I have found the Import error for line 5 of script file for " from rsgislib import imagecalc"
ImportError : libpoppler.so.71: can not open shared object file: No such file or directory.
If any one have solution of this error than please reply.