I used
python3 -m pip install mysqlclient
and it installed successfully.
However when I try to import this into my python code using
import mysqlclient as sql
It comes up with
ImportError: No module named 'mysqlclient'
What am I doing wrong that doesn't allow me to import this module.