pip 安装MySQL Cannot open include file: 'config-win.h'
1331
|
2019-11-05 16:14:28
fatal error C1083: Cannot open include file: 'config-win.h'
到 http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python 根据系统版本选择mysql-python
下载之后根据py版本更改文件名 如你的python是3.8 则把中间的 cp27 改为 cp38
放入指定文件夹
cmd cd进入该文件夹
pip install 修改过后的文件名
如果不改文件名可能会报错