EvanKoutsandreou

updated

6 years ago

0

2134

June 12th, 2020 01:00

Isilon Python SDK missing

Hi

I am helping a colleague test the Isilon ansible module however I am running into the following issue:

Ansible modules for Isilon require the Isilon python library to be installed. Please install the library before using these modules.

The Isilon SDK is installed (see below)

Please can you help determine the issue?

====================================================

root@centOS_7 playbooks]# pip3 install isi-sdk-8-1-1
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Requirement already satisfied: isi-sdk-8-1-1 in /usr/local/lib/python3.6/site-packages
Requirement already satisfied: urllib3>=1.15 in /usr/local/lib/python3.6/site-packages (from isi-sdk-8-1-1)
Requirement already satisfied: six>=1.10 in /usr/local/lib/python3.6/site-packages (from isi-sdk-8-1-1)
Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/site-packages (from isi-sdk-8-1-1)
Requirement already satisfied: certifi in /usr/local/lib/python3.6/site-packages (from isi-sdk-8-1-1)


[root@centOS_7 playbooks]# pip install isi-sdk-8-1-1
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: isi-sdk-8-1-1 in /usr/lib/python2.7/site-packages (0.2.10)
Requirement already satisfied: python-dateutil in /usr/lib/python2.7/site-packages (from isi-sdk-8-1-1) (2.8.1)
Requirement already satisfied: certifi in /usr/lib/python2.7/site-packages (from isi-sdk-8-1-1) (2019.11.28)
Requirement already satisfied: urllib3>=1.15 in /usr/lib/python2.7/site-packages (from isi-sdk-8-1-1) (1.25.8)
Requirement already satisfied: six>=1.10 in /usr/lib/python2.7/site-packages (from isi-sdk-8-1-1) (1.15.0)

====================================================

[root@centOS_7 playbooks]# ansible --version
ansible 2.9.9
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.5 (default, Aug 7 2019, 00:51:29) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]