Windows 10安装Python 2.7和MySQL-python windows python2.7 安装mysql

注意 安装mysqlclient不指定版本号可能会出错,需要指定为mysqlclient==1.3.6

#安装MySQL-python
#(应该是可选)
pip install wheel 

#安装
pip install mysqlclient==1.3.6

参考 windows python2.7 安装mysql  https://www.cnblogs.com/fatshen/p/8535953.html

Windows 10安装Python 2.7和MySQL-python

猜你喜欢

转载自www.cnblogs.com/stillstep/p/11068748.html
今日推荐