I have downloaded the Connector/Python for MySQL successfully. I used the following code in Python\'s shell to test my connection:
import mysql.connector
My project was using pipenv. The following command worked for me:
pipenv
pipenv install mysql-connector-python