Interesting there's a numpy warning, but I don't think that's a show-stopper. To resolve fully, I think it's one for Dan or the other maintainers to update the arcsi/rsgislib recipe on conda-forge (I could be wrong here though!).
Hope the below helps in the short term.
$ conda create --name arcsi_env_2019-01-24-test-02 python=3.5 gdal=2.2.4 libgcc-ng=7.2.0 arcsi openblas
$ python -c "from osgeo import gdal;print(gdal.__version__)"
2.2.4
$ arcsi.py
(arcsi_env_2019-01-24-test-02) $ arcsi.py
/home/sam/miniconda3/envs/arcsi_env_2019-01-24-test-02/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/sam/miniconda3/envs/arcsi_env_2019-01-24-test-02/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/sam/miniconda3/envs/arcsi_env_2019-01-24-test-02/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/sam/miniconda3/envs/arcsi_env_2019-01-24-test-02/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
return f(*args, **kwds)
/home/sam/miniconda3/envs/arcsi_env_2019-01-24-test-02/lib/python3.5/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release.
from numpy.core.umath_tests import inner1d
ARCSI 3.1.6 Copyright (C) 2017 Pete Bunting, Dan Clewley
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; See website (
http://www.rsgislib.org/arcsi).
Bugs are to be reported to
rsgislib...@googlegroups.com.
arcsi.py [options]
help : arcsi.py --help
or : arcsi.py -h
Example: arcsi.py -s sen2 -p RAD TOA DOS --stats -f KEA -o ./Outputs \
-i ./S2A_MSIL1C_20170105T112441_N0204_R037_T30UVD_20170105T112439.SAFE/MTD_MSIL1C.xml
Example: arcsi.py -s wv3 -p RAD DOSAOTSGL SREF METADATA -f KEA --stats -o ./outputs/wv3/ \
-t ./tmp -i./054000253010_01_P001_MUL/14SEP03025718-M2AS-054000253010_01_P001.XML \
--dem ./SRTM_90m.kea
Example: arcsi.py -s ls5tm -p RAD SATURATE TOPOSHADOW TOA THERMAL CLOUDS CLEARSKY DOSAOTSGL SREF STDSREF FOOTPRINT METADATA \
-i ./LT52030232011303KIS00/LT52030232011303KIS00_MTL.txt --outpath ./LS5/Outputs \
--stats --format KEA --tmpath ./LS5/tmp --dem ./SRTM_1arc_UK.kea \
--outproj4 ./osgb_proj4.prj --projabbv osgb