mac python pip安装mysqlclient报错
python mac安装mysqlclient报错如下解决办法解决办法
在python3中,django使用mysql时需要安装maysql驱动,django2.2中pymysql最高版本不够高,这里使用mysqlclient,但安装过程报错,这里记录一下。
pip install mysqlclient
但是报错
Using cached https://files.pythonhosted....
原创
2019-07-07 22:45:45 ·
1658 阅读 ·
0 评论