Hey!
Since the last minor releases of 8 and 9 ansible uses python3.11, so you have to run python3.11 -m pip install paramiko
to get paramiko
Btw, as pip says, you should always use python3 -m pip
instead of pip
Hey!
Since the last minor releases of 8 and 9 ansible uses python3.11, so you have to run python3.11 -m pip install paramiko
to get paramiko
Btw, as pip says, you should always use python3 -m pip
instead of pip