The latest pip versions will fail on you when the packages it needs to install are not hosted on PyPI . When you try to install MySQL Connector/Python the usually way, you get following message is:

shell> pip install mysql-connector-python
Could 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:

shell> pip install --allow-external mysql-connector-python \
mysql-connector-python

Yes, you have to repeat the mysql-connector-python name.

AboutGeert Vanderkelen

Geert JM Vanderkelen, based in Berlin (Germany), is a member of the MySQL Utilities Team at Oracle and lead developer of Connector/Python. Before joining the MySQL team, he has worked as Developer, DBA and SysAdmin for over 6 years for various companies in Belgium and Germany. Geert was a key member of the MySQL Support Team for more than 7 years.

最新文章

  1. gvim 安装YCM
  2. golang获取程序运行路径
  3. Paris Traceroute
  4. 导航代码position:relative
  5. Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
  6. USACO: Combination Lock
  7. 表数据文件DBF的读取和写入操作
  8. Jquery事件委托之Safari
  9. 国外程序员整理的Java资源
  10. php 扩展编译linux
  11. 基于visual Studio2013解决面试题之0602全排列
  12. vue数据驱动作用域问题
  13. Ubuntu14.04安装androidStudio错误解除
  14. 斐波那契数列 (C#)
  15. CSS伪类整理笔记
  16. impdp导入dmp数据实例
  17. 微信小程序遇到的知识点
  18. Airtest iOS测试环境部署
  19. [转]Win7 + Ubuntu 18.04 LTS (Bionic Beaver)双系统安装方法
  20. (转)Maven中的DependencyManagement和pluginmanagement

热门文章

  1. 设置sonar 界面为中文环境
  2. AVD设置屏幕大小
  3. ocp 1Z0-043 61-130题解析
  4. EF入门 IQueryable和IEnumberable的区别
  5. HDU 2045 不容易系列之(3)—— LELE的RPG难题 (递推)
  6. POJ 3673 Cow Multiplication (水题)
  7. C#中的where从句
  8. Castle ActiveRecord学习实践
  9. 用python查看URL编码的中文
  10. 电脑右键新建文本文档(txt)消失的解决办法