python3.6安装mysqlclient报错问题及解决方案讲解
程序员文章站
2022-03-10 18:36:08
cannot open include file: ‘mysql.h’ no such file or directory
解决方案
使用whl安装
1. pip insta...
cannot open include file: ‘mysql.h’ no such file or directory
解决方案
使用whl安装
1. pip install wheel
2. 前往https://www.lfd.uci.edu/~gohlke/pythonlibs/#下载mysqlclient-1.3.13-cp36-cp36m-win_amd64.whl
3. 控制台运行pip install wheel mysqlclient-1.3.13-cp36-cp36m-win_amd64.whl
上一篇: Redis学习笔记:Redis在Windows下的安装
下一篇: vue语法简述