I have a python script that imports mysql. When I look through portage, I see dev-db/mysql-connector-c++ and dev-db/mysql-connector-c. I installed both just in case those were useful. I also install dev-python/pymysql and dev-python/mysqlclient
So far nothing works and my script keeps failing
import mysql.connector
ModuleNotFoundError: No module named 'mysql'
What am I missing? I see mysql-connector-python used to be in portage, but I can't seem to find it anymore
I tried to install it through pip, but gentoo yelled at me claiming it might break my system

