-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-8.10.z
-
None
-
No
-
Low
-
rhel-container-tools
-
2
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
- RHEL 8.10 supports up to python 3.12 and even has a 3.9 module but python3-podman only installs for version 3.6
What is the impact of this issue to you?
- Can not use python to interface with podman API
Please provide the package NVR for which the bug is seen:
- All versions
How reproducible is this bug?:
- Always
Steps to reproduce
- Install any python version above 3.6 on RHEL 8
- Install python3-podman
- Use a python script to try to interact with the API
Expected results
- receive message no module named podman is present
Actual results
- script fails to run with message podman module is not present