欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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