2017-01-03 7 views
0

Microsoft Visual C++のビルドツールがインストールされていても、Windows 10にmysqlclientをインストールすることはできません。Windows 10にmysqlclientまたはcythonまたはlxmlをインストールすることはできません

>pip install mysqlclient 
Collecting mysqlclient 
    Using cached mysqlclient-1.3.9.tar.gz 
Building wheels for collected packages: mysqlclient 
    Running setup.py bdist_wheel for mysqlclient ... error 
    Complete output from command c:\users\steve\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\steve\\AppData\\Local\\Temp\\pip-build-_yigsmi6\\mysqlclient\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\steve\AppData\Local\Temp\tmpn27ys7vspip-wheel- --python-tag cp36: 
    running bdist_wheel 
    running build 
    running build_py 
    creating build 
    creating build\lib.win-amd64-3.6 
    copying _mysql_exceptions.py -> build\lib.win-amd64-3.6 
    creating build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\__init__.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\compat.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\converters.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\connections.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\cursors.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\release.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\times.py -> build\lib.win-amd64-3.6\MySQLdb 
    creating build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\__init__.py -> build\lib.win-amd64- 3.6\MySQLdb\constants 
    copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\REFRESH.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    running build_ext 
    building '_mysql' extension 
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 

    ---------------------------------------- 
    Failed building wheel for mysqlclient 
    Running setup.py clean for mysqlclient 
Failed to build mysqlclient 
Installing collected packages: mysqlclient 
    Running setup.py install for mysqlclient ... error 
    Complete output from command c:\users\steve\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\steve\\AppData\\Local\\Temp\\pip-build-_yigsmi6\\mysqlclient\\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\steve\AppData\Local\Temp\pip-gsvbkpt7-record\install-record.txt --single-version-externally-managed --compile: 
    running install 
    running build 
    running build_py 
    creating build 
    creating build\lib.win-amd64-3.6 
    copying _mysql_exceptions.py -> build\lib.win-amd64-3.6 
    creating build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\__init__.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\compat.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\converters.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\connections.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\cursors.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\release.py -> build\lib.win-amd64-3.6\MySQLdb 
    copying MySQLdb\times.py -> build\lib.win-amd64-3.6\MySQLdb 
    creating build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\REFRESH.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-3.6\MySQLdb\constants 
    running build_ext 
    building '_mysql' extension 
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 

    ---------------------------------------- 
Command "c:\users\steve\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\steve\\AppData\\Local\\Temp\\pip-build-_yigsmi6\\mysqlclient\\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\steve\AppData\Local\Temp\pip-gsvbkpt7-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\steve\AppData\Local\Temp\pip-build-_yigsmi6\mysqlclient\ 

Microsoft Visual C++ビルドツールがインストールされていますが、このエラーが発生します。 lxmlとcythonをインストールしようとすると、これが実行されます。エラーが指定されたときにMicrosoft Visual C++ビルドツールがインストールされているため、何をすべきか分かりません。私はhereからMicrosoft Visual C++ビルドツールをインストールしました。

Windows 10でpip3を使用してmysqlclientまたはcythonまたはlxmlを正常にインストールするには、何が必要ですか?

答えて

2

最も簡単な方法は、Pythonバイナリホイールを使用することです。 http://www.lfd.uci.edu/~gohlke/pythonlibsに「非公式」バイナリの素晴らしいコレクションがあります。私は実際にPyPiからインストールしようとしたときにインストールに失敗したパッケージのためにそれらを使用します。

関連する問題