pip install MySQL-python报错:_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s uch file or directory error: command 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2环境:...
pip3.6installmysql-connector# 安装不上mysql-connector 了 我的mac上没有这个依赖Collecting mysql-connector Using cached mysql-connector-2.2.3.zipInstalling collected packages: mysql-connector Running setup.pyinstallformysql-connector ... error Complete output from command/Library/Frameworks/Python.framework/V...
Python pip install mysql-connector-python 2.0.1 失败 如图: 尝试了:pip install mysql-connector-python==2.0.1错误依旧 解决方法: wgethttps://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.3.zip unzip mysql-connector-python-2.0.3.zip cdmysql-connector-python-2.0.3 python setu...
首先请注意,mysql_python只支持Python2,所以假如你是python3,就直接用python-connector去吧。下面这一条命令就可以了 pip install mysql-connector 如果不是python3,参考这个网址: https://blog.csdn.net/liujingjie2010/article/details/83541551 另附一些好用的关于python软件的安装地址: https://www.lfd.uci.edu/...
重新安装32位的mysql connector, 重新执行pip install MySQL-python, 安装成功! 总结一下,造成上述的主要原因是: 系统中安装的python、pip都是32位。 问题3 :link.exe 问题 问题: build\lib.win-amd64-2.7\_mysql.pyd : fatal error LNK1120: 56 unresolved externals ...
Python版本不兼容:mysql-python可能不支持当前使用的Python版本。可以尝试使用其他版本的mysql-python或者升级Python版本。 环境配置问题:可能是由于环境变量配置不正确导致的。可以尝试重新配置环境变量或者使用虚拟环境进行安装。 如果以上方法都无法解决问题,可以考虑使用其他的MySQL驱动程序,如pymysql或mysql-connector-python...
pip install MySQL-python 报错: _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h': No s uch file or directory error: command 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2 环境...
ERROR: Command errored out with exit status 1: 'c:\program files\python\python.exe' -u -c 'import io, os, sys, setu ptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\lin26\\AppData\\Local\\Temp\\pip-install-gpn4j3c1\\mysql-python_4fc ...
在您的终端中进行命令复制/粘贴之前,您可能需要检查您的MySQL 版本。MySQL-python因为显然 MySQL直到版本5.7才支持依赖关系。所以我只需要把MySQL 8 降级到 5.7,然后我终于可以运行 pip install MySQL-python 命令了,它成功了! 因此,如果您的 MySQL 版本高于 5.7,您可能需要降级。为此,请在终端中输入以下命令: brew...
yum install libmysqld-dev libmysqlclient-dev Ubuntu: apt-getinstall libmysqld-dev libmysqlclient-dev 安装mysqlclient出错 参照:mysqlclient 本地环境: Python-3.6.2mysqlclient-1.3.7mysql-connector-c-6.1.11 安装出错原因: OSError:mysql_confignotfound---Command"python setup.py egg_info"failedwitherror c...