I am trying to install mysql-connector-python==1.0.12 as part of my project\'s automated installation, and I get the following error from pip install
mysql-connector-python==1.0.12
pip install
There are quite a few solutions, e.g. hosting a private repository, but the quickest was to change the requirements.txt file to download from mysql's cdn.
requirements.txt
i.e., to change:
to
https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.1.15.tar.gz