Dear all,
If you have an existing environment setup an alternative (which I used on my
laptop) is to update all your packages using the command below:
conda update -c au-eoed -c rios -c conda-forge --all
Best wishes,
Pete
* Dr Pete Bunting
Dear all,
I had reports of an error remaining on MacOS and others where people are
installing into an existing environment. Therefore, I have rebuilt rsgislib and
spdlib with a fix for the MacOS issue (doesn’t seem to be an issue on linux but
I have updated that as well just in case).
If you a
Hi Pete,
Works for me under Linux (Fedora 25) and macOS.
For anyone wanting to install multiple packages (e.g., RSGISLib and SPDLib) is
best to do at the same time (then the conda solver will try and match the
dependencies), for example:
conda install -c au-eoed -c rios -c conda-forge arcsi sp
Dear all,
I have updated the rsgislib, arcsi and spdlib packages on my development conda
channel so all the latest versions of all the dependencies are used. I believe
this should have solve the libicui18n issue.
Therefore, you can install the packages using the following commands:
conda insta