Re: [spdlib-develop] [rsgislib-support] Re: Conda Installation Changes

2017-02-07 Thread John Sun
Hi Dan, I've got the same installed packages as yours. However, the same error message popped up during importing GDAL and RSGISLIB. In addition, I tried Dr. Pete's approach. This step "conda install -c conda-forge -c rios rsgislib " might cause some conflict issue between ICU and GDAL (see a

Re: [spdlib-develop] [rsgislib-support] Re: Conda Installation Changes

2017-02-07 Thread Daniel Clewley
Hi John, Installing the dev version using the command posted below worked fine for me on my mac. Below is a list of packages I have installed. I noticed you had quite a few extra packages - I would recommend just installing RSGISLib first, seeing if this works then installing extra packages to

Re: [spdlib-develop] [rsgislib-support] Re: Conda Installation Changes

2017-02-07 Thread Daniel Clewley
Hi John, Have you tried installing the development version? Try: conda create -n rsgislib_dev -c conda-forge -c au-eoed rsgislib source activate rsgislib_dev Thanks, Dan > On 7 Feb 2017, at 16:46, Jianlei 'John' Sun wrote: > > Dear Pete & Other Collegues, > > I followed the step-by-step ins