在远程桌面连接上使用pip安装mysqldb

时间:2017-10-06 18:33:32

标签: python mysql

我有一个程序,我想在远程虚拟机上自动运行。一切顺利,直到我尝试使用命令mysqldb安装pip install mysql-python

我已从here下载并安装了MS Visual Studio 我曾尝试下载并安装适用于Windows x86 64位here的python连接器,但我使用的是python版本3.6,它不允许我安装它或2.7版本。

我在本网站上查看的解决方案是:
 "Cannot open include file: 'config-win.h': No such file or directory" while installing mysql-python
mysql-python install fatal error
error: command 'c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\BIN\\link.exe' failed with exit status Install mysql module for python with pip

我还能做什么?这是为了让程序在虚拟机上运行所需的最后一次导入。

_mysql.obj : error LNK2001: unresolved external symbol mysql_autocommit
_mysql.obj : error LNK2001: unresolved external symbol mysql_error
_mysql.obj : error LNK2001: unresolved external symbol mysql_thread_id
LINK : error LNK2001: unresolved external symbol _DllMainCRTStartup
build\lib.win-amd64-3.6\_mysql.cp36-win_amd64.pyd : fatal error LNK1120: 56

unresolved externals
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1120

----------------------------------------
Command ""c:\program files\python36\python.exe" -u -c "import setuptools, tokeni
ze;__file__='C:\\Users\\mnickey\\AppData\\Local\\Temp\\2\\pip-build-vknr34ta\\my
sql-python\\setup.py';f=getattr(tokenize, 'open', open)
(__file__);code=f.read().
replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install -
-record C:\Users\mnickey\AppData\Local\Temp\2\pip-ulpqiu5q-record\install-record
.txt --single-version-externally-managed --compile" failed with error code 1 in
C:\Users\mnickey\AppData\Local\Temp\2\pip-build-vknr34ta\mysql-python\

1 个答案:

答案 0 :(得分:0)

要么选择专为您的操作系统和Python版本构建的二进制安装程序,要么使用源代码并进行编译。

否则,这里有一个用于Python 3.6和Windows的非官方二进制MySQL连接器:https://pypi.python.org/pypi/mysqlclient