質問編集履歴

1

エラーコード修正

2018/06/30 16:08

投稿

sinorrr
sinorrr

スコア11

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,147 @@
14
14
 
15
15
  ### 発生している問題・エラーメッセージ
16
16
 
17
+
18
+
19
+ (venv) C:\Users(ユーザー名)\PycharmProjects\untitled3>pip install matplotlib
20
+
21
+ Collecting matplotlib
22
+
23
+ Using cached https://files.pythonhosted.org/packages/ec/ed/46b835da53b7ed05bd4c6cae293f13ec26e877d2e490a5
24
+
25
+ 3a709915a9dcb7/matplotlib-2.2.2.tar.gz
26
+
27
+ Complete output from command python setup.py egg_info:
28
+
29
+ ============================================================================
30
+
31
+ Edit setup.cfg to change the build options
32
+
33
+
34
+
35
+ BUILDING MATPLOTLIB
36
+
37
+ matplotlib: yes [2.2.2]
38
+
39
+ python: yes [3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018,
40
+
41
+ 04:59:51) [MSC v.1914 64 bit (AMD64)]]
42
+
43
+ platform: yes [win32]
44
+
45
+
46
+
47
+ REQUIRED DEPENDENCIES AND EXTENSIONS
48
+
49
+ numpy: yes [version 1.14.5]
50
+
51
+ install_requires: yes [handled by setuptools]
52
+
53
+ libagg: yes [pkg-config information for 'libagg' could not
54
+
55
+ be found. Using local copy.]
56
+
57
+ freetype: no [The C/C++ header for freetype
58
+
59
+ (freetype2\ft2build.h) could not be found. You may
60
+
61
+ need to install the development package.]
62
+
63
+ png: no [The C/C++ header for png (png.h) could not be
64
+
65
+ found. You may need to install the development
66
+
67
+ package.]
68
+
69
+ qhull: yes [pkg-config information for 'libqhull' could not
70
+
71
+ be found. Using local copy.]
72
+
73
+
74
+
75
+ OPTIONAL SUBPACKAGES
76
+
77
+ sample_data: yes [installing]
78
+
79
+ toolkits: yes [installing]
80
+
81
+ tests: no [skipping due to configuration]
82
+
83
+ toolkits_tests: no [skipping due to configuration]
84
+
85
+
86
+
87
+ OPTIONAL BACKEND EXTENSIONS
88
+
89
+ macosx: no [Mac OS-X only]
90
+
91
+ qt5agg: no [PySide2 not found; PyQt5 not found]
92
+
93
+ qt4agg: no [PySide not found; PyQt4 not found]
94
+
95
+ gtk3agg: no [Requires pygobject to be installed.]
96
+
97
+ gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
98
+
99
+ gtkagg: no [Requires pygtk]
100
+
101
+ tkagg: yes [installing; run-time loading from Python Tcl /
102
+
103
+ Tk]
104
+
105
+ wxagg: no [requires wxPython]
106
+
107
+ gtk: no [Requires pygtk]
108
+
109
+ agg: yes [installing]
110
+
111
+ cairo: no [cairocffi or pycairo not found]
112
+
113
+ windowing: yes [installing]
114
+
115
+
116
+
117
+ OPTIONAL LATEX DEPENDENCIES
118
+
119
+ dvipng: no
120
+
121
+ ghostscript: no
122
+
123
+ latex: no
124
+
125
+ pdftops: no
126
+
127
+
128
+
129
+ OPTIONAL PACKAGE DATA
130
+
131
+ dlls: no [skipping due to configuration]
132
+
133
+
134
+
135
+ ============================================================================
136
+
137
+ * The following required packages can not be built:
138
+
139
+ * freetype, png
140
+
141
+ * Please check http://gnuwin32.sourceforge.net/packa
142
+
143
+ * ges/freetype.htm for instructions to install
144
+
145
+ * freetype
146
+
147
+ * Please check http://gnuwin32.sourceforge.net/packa
148
+
149
+ * ges/libpng.htm for instructions to install png
150
+
151
+
152
+
153
+ ----------------------------------------
154
+
17
- Command "python setup.py egg_info" failed with error code 1 in C:\Users(ユーザー名)\AppData\Local\Temp\pip-install-n7y9khfi\matplotlib\
155
+ Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザー名\AppData\Local\Temp\pip-install
156
+
157
+ -bq93kp4s\matplotlib\
18
158
 
19
159
 
20
160