HewlettPackard / HewlettPackard/oneview-python
Incompatability with Python 3.12
Open
- Dominant language
- Python
- Stars
- 32
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
```
from hpeOneView import HPEOneViewTaskError
File "/usr/local/lib/python3.12/site-packages/hpeOneView/__init__.py", line 12, in
from future import standard_library
File "/usr/local/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in
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!
Contributor guide
Assessment
This issue has not been assessed yet.