Installing the stat_browser I get the following at the building the Generating the stat browser stage.
./build_stat_browser.py --cluster 10.245.108.21
Unable to import isi_sdk. Please install the Isilon SDK.
See https://github.com/isilon
No module named isi_sdk
Okay, let's go test that.
python
Python 2.7.5 (default, Nov 20 2015, 02:00:19)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import isi_sdk
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named isi_sdk
import isi_sdk_7_2
import isi_sdk_8_0
It seems build_stat_browser.py is looking for the wrong thing.
Thanks,
Chris