dell / omsdk

Dell EMC OpenManage Python SDK
Apache License 2.0
57 stars 20 forks source link

How do i install on RHEL 8 #19

Open shailendra-singh93 opened 4 years ago

shailendra-singh93 commented 4 years ago

QwikContext

Trying to install omsdk on rhel 8

Details

While trying to get Dell idrac Firmware details with Ansible module

TASK [Import Server Configuration Profile from a network] *** fatal: [idrac_hosts]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}

Repro Steps

Create playbook as below:

Impact

Not able to install on rhel 8 server

NeedBy

When do you need this issue fixed

Severity

What is the severity of the issue.

jagadeeshnv commented 3 years ago

@shailendra-singh93 pip install omsdk or pip3 install omsdk should help.