要使用 pip 安装 mysqlclient,我下载了 visual c++ 并安装它。但是当我运行这段代码时:
pip install mysqlclient
我收到此错误:
fatal error C1083: Cannot open include file: 'mysql.h' No such file or directory.
我的系统上有 win10 和 python 版本 3.10.0。请帮我解决这个错误。Python版本:3.10.0
要使用 pip 安装 mysqlclient,我下载了 visual c++ 并安装它。但是当我运行这段代码时:
pip install mysqlclient
我收到此错误:
fatal error C1083: Cannot open include file: 'mysql.h' No such file or directory.
我的系统上有 win10 和 python 版本 3.10.0。请帮我解决这个错误。Python版本:3.10.0