Failed building wheel for mysqlclient

爱⌒轻易说出口 提交于 2019-12-05 18:56:26

As for me, it is because my system lack of python3 developing lib. It warns that there is no "Python.h" while installing. The following command fix it for me.

yum install python34-devel -y

pip3 install mysqlclient

Ali Galip

The topic is quite old but for the people who might be suffered from having this problem,this can be your solution:

First of all,you must open the file where you use Python like 3.5,3.6,Anaconda etc. Then open cmd in that file and run the command below:

$ pip install mysqlclient==1.3.12
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!