I have downloaded the PyMySql using sudo pip3 install pymysql and it showed that python module was installed successfully.

But when I try to import it, it is showing that no module is available with this name.

Actually I was writing a playbook for mysql root user password updation in Ansible where Ansible needs this pymysql module.
