質問編集履歴
1
エラー部分の詳細追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,6 +7,45 @@
|
|
7
7
|
|
8
8
|
### 発生している問題・エラーメッセージ
|
9
9
|
|
10
|
-
```
|
11
|
-
|
12
|
-
|
10
|
+
```
|
11
|
+
Collecting mysqlclient==1.3.13
|
12
|
+
Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz
|
13
|
+
Installing collected packages: mysqlclient
|
14
|
+
Running setup.py install for mysqlclient ... error
|
15
|
+
Complete output from command C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Owner\AppData\Local\Temp\pip-install-f9bafpu_\mysqlclie
|
16
|
+
nt\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\Owner\AppData\Local\Temp\pip-record-ogy4ls13\ins
|
17
|
+
tall-record.txt --single-version-externally-managed --compile:
|
18
|
+
C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
|
19
|
+
warnings.warn(msg)
|
20
|
+
running install
|
21
|
+
running build
|
22
|
+
running build_py
|
23
|
+
creating build
|
24
|
+
creating build\lib.win32-3.6
|
25
|
+
copying _mysql_exceptions.py -> build\lib.win32-3.6
|
26
|
+
creating build\lib.win32-3.6\MySQLdb
|
27
|
+
copying MySQLdb\__init__.py -> build\lib.win32-3.6\MySQLdb
|
28
|
+
copying MySQLdb\compat.py -> build\lib.win32-3.6\MySQLdb
|
29
|
+
copying MySQLdb\connections.py -> build\lib.win32-3.6\MySQLdb
|
30
|
+
copying MySQLdb\converters.py -> build\lib.win32-3.6\MySQLdb
|
31
|
+
copying MySQLdb\cursors.py -> build\lib.win32-3.6\MySQLdb
|
32
|
+
copying MySQLdb\release.py -> build\lib.win32-3.6\MySQLdb
|
33
|
+
copying MySQLdb\times.py -> build\lib.win32-3.6\MySQLdb
|
34
|
+
creating build\lib.win32-3.6\MySQLdb\constants
|
35
|
+
copying MySQLdb\constants\__init__.py -> build\lib.win32-3.6\MySQLdb\constants
|
36
|
+
copying MySQLdb\constants\CLIENT.py -> build\lib.win32-3.6\MySQLdb\constants
|
37
|
+
copying MySQLdb\constants\CR.py -> build\lib.win32-3.6\MySQLdb\constants
|
38
|
+
copying MySQLdb\constants\ER.py -> build\lib.win32-3.6\MySQLdb\constants
|
39
|
+
copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win32-3.6\MySQLdb\constants
|
40
|
+
copying MySQLdb\constants\FLAG.py -> build\lib.win32-3.6\MySQLdb\constants
|
41
|
+
copying MySQLdb\constants\REFRESH.py -> build\lib.win32-3.6\MySQLdb\constants
|
42
|
+
running build_ext
|
43
|
+
building '_mysql' extension
|
44
|
+
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
|
45
|
+
|
46
|
+
----------------------------------------
|
47
|
+
Command "C:\Users\Owner\AppData\Local\Programs\Python\Python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Owner\AppData\Local\Temp\pip-install-f9bafpu_\mysqlclient\setup.py';f=getattr(
|
48
|
+
tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Owner\AppData\Local\Temp\pip-record-ogy4ls13\install-record.txt --single
|
49
|
+
-version-externally-managed --compile" failed with error code 1 in C:\Users\Owner\AppData\Local\Temp\pip-install-f9bafpu_\mysqlclient\
|
50
|
+
|
51
|
+
```
|