Forum Discussion
gajanan_mudalia
3 years agoNovice I
Now the py-pure-client and collections are installed but still get this error.
```# ansible-galaxy collection install purestorage.flasharray -p ~/.ansible/collections
Process install dependency map
Starting collection install process
Installing 'purestorage.flasharray:1.14.0' to '/root/.ansible/collections/ansible_collections/purestorage/flasharray'
# ansible-playbook ./test.yml
PLAY [localhost] *******************************************************************************************************
TASK [Gathering Facts] *************************************************************************************************
ok: [localhost]
TASK [Get source FlashArray info] **************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "py-pure-client and/or requests are not installed."}
PLAY RECAP *************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
# pip list | grep client
py-pure-client 1.28.0```