The latest PIP versions would fail on if the packages it needs to install is not hosted on PyPI. When you try to install the MySQL Connector/python the usually-in-a-do, you get following a message is:
shell> pip install Mysql-connector-python not find any downloads that satisfy the requirement Mysql-connector-python Some externally hosted files were ignored (use--allow-external Mysql-connector-python to allow).
I have updated the download URL to include the MD5 checksum, and MySQL Connector/python should now install using PIP using Following command:
--allow-external Mysql-connector-python Mysql-connector-python
Yes, you had to repeat the Mysql-connector-python name.
Aboutgeert Vanderkelen
Geert JM Vanderkelen, based in Berlin (Germany), was a member of the MySQL Utilities Team at Oracle and leads developer of C Onnector/python. Before joining the MySQL team, he has worked as Developer, DBA and SysAdmin for over 6 years for various companies in Belg Ium and Germany. Geert is a key member of the MySQL support Team for more than 7 years.
Installing MySQL Connector/python using PIP v1.5