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

Incompatability with Python 3.12 #285

Open
lukas-holzner opened this issue Jan 19, 2024 · 2 comments
Open

Incompatability with Python 3.12 #285

lukas-holzner opened this issue Jan 19, 2024 · 2 comments

Comments

@lukas-holzner
Copy link

    from hpeOneView import HPEOneViewTaskError

  File "/usr/local/lib/python3.12/site-packages/hpeOneView/__init__.py", line 12, in <module>

    from future import standard_library

  File "/usr/local/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in <module>

    import imp

ModuleNotFoundError: No module named 'imp'

Hello,

it seams like this Python package is using deprecated packages, which where removed in Python 3.12. "imp" no longer exists in python 3.12.. Could you please update dependencies/ the way you are working with libraries.

Thank You!

@akshith-gunasheelan
Copy link
Collaborator

Hi @lukas-holzner thanks a lot for pointing this out, we will look into it and pick it up as per priority.

@karthikvr1
Copy link

Hi,
Any resolution to he above found? I see a similar issue in python3.11 as well. Kindly update. Thanks in advance.

Karthik VR
([email protected] / 9886404818)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants