Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import isi_sdk. Please install the Isilon SDK #12

Open
cstacey42 opened this issue Aug 12, 2016 · 1 comment
Open

Unable to import isi_sdk. Please install the Isilon SDK #12

cstacey42 opened this issue Aug 12, 2016 · 1 comment

Comments

@cstacey42
Copy link

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

@cbrainerd
Copy link

This is fixed in master in commit fa7b329. The next release will have the fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants