1. 程式人生 > >pip安裝mysql-python出錯

pip安裝mysql-python出錯

es2017 python http python2 con .whl cli 成功 提示

出錯提示 connot open include file:config-win.h

技術分享

解決辦法:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

在上述鏈接下載與系統版本對應的whl文件,放在python27/scripts下並使用 pip install mysqlclient-XXXXXX.whl

命令進行安裝,安裝成功。

技術分享

技術分享

pip安裝mysql-python出錯