dell / dell/omsdk

Installation on macos no recognised

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
63
Forks
22
PR merge metrics
No merged PRs in 30d

Description

# QwikContext
Installation on macos goes well but it does not work.

# Details
Installation on macos 11.4 is possible and goes well but trying a simple playbook returns always following error:
`fatal: [idrac-er099-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}
`
# Repro Steps
```
% python --version
Python 3.9.6
% pip install omsdk --upgrade
% ansible-playbook test.yaml -i inventory_idrac -l net -k
SSH password:

PLAY [all] **********************************************************************************************************************************************************************

TASK [Get hardware inventory] ***************************************************************************************************************************************************
[WARNING]: Platform darwin on host idrac-er099-rminv2 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could
change the meaning of that path. See https://docs.ansible.com/ansible/2.11/reference_appendices/interpreter_discovery.html for more information.
fatal: [idrac-er099-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}
[WARNING]: Platform darwin on host idrac-er095-rminv2 is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could
change the meaning of that path. See https://docs.ansible.com/ansible/2.11/reference_appendices/interpreter_discovery.html for more information.
fatal: [idrac-er095-rminv2]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}

PLAY RECAP **********************************************************************************************************************************************************************
idrac-er095-rminv2 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
idrac-er099-rminv2 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

```

# Severity
Blocking

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.