I am using Jupyter notebook to try out the Podman python package (https://pypi.org/project/podman/3.2.1/).
However, even after intalling the podman package, I am getting ModuleNotFoundError: No module named 'podman'
.
Here is the screenshot for my jyupter notebook:
I am using Python 3.9 and pip 21.2.4. What am I missing here (I am relatively new to Python).