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

[BUG]: Python 3.12 Support #664

Closed
kitos9112 opened this issue May 15, 2024 · 2 comments
Closed

[BUG]: Python 3.12 Support #664

kitos9112 opened this issue May 15, 2024 · 2 comments
Labels
needs-triage Issue requires triage. type/bug Something isn't working
Milestone

Comments

@kitos9112
Copy link

Bug Description

I'm hitting import-related issues while trying to run iDRAC modules on Python 3.12 while trying to invoke the idrac firmware module.

I think it's related to the upstream library:

dell/omsdk#43

Component or Module Name

ansible_collections.dellemc.openmanage.modules.idrac_firmware_info

Ansible Version

Ansible 2.16

Python Version

Python 3.12.3

iDRAC/OME/OME-M version

iDRAC 9

Operating System

Linux 6.2.0-39-generic #40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Playbook Used

A straightforward example grabbed from the module documentation

- name: Update firmware from repository on a FTP
  dellemc.openmanage.idrac_firmware:
       idrac_ip: "192.168.0.1"
       idrac_user: "user_name"
       idrac_password: "user_password"
       ca_path: "/path/to/ca_cert.pem"
       share_name: "ftp://ftp.mydomain.com"
       reboot: true
       job_wait: true
       apply_update: true

Logs

The relevant line is:

ImportError: Dell OMSDK library is required for this module

Steps to Reproduce

NA

Expected Behavior

N/A

Actual Behavior

N/A

Screenshots

No response

Additional Information

dell/omsdk#43

@kitos9112 kitos9112 added needs-triage Issue requires triage. type/bug Something isn't working labels May 15, 2024
@anupamaloke
Copy link
Contributor

@kitos9112, thank you for submitting this issue. We are working on supporting the python 3.12 and it should be available with omsdk and openmanage ansible modules with this end-of-month release.

@sachin-apa sachin-apa added this to the v9.3.0 milestone May 16, 2024
@sachin-apa
Copy link
Collaborator

This is merged as part of the OMSDK changes and should now support 3.12. v1.2.513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/bug Something isn't working
Projects
Development

No branches or pull requests

3 participants