質問編集履歴
1
pip list の情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -105,3 +105,87 @@
|
|
105
105
|
ImportError: Failed to import `pydot`. Please install `pydot`. For example with `pip install pydot`.
|
106
106
|
|
107
107
|
```
|
108
|
+
|
109
|
+
###pip listの出力
|
110
|
+
|
111
|
+
```
|
112
|
+
|
113
|
+
>pip list
|
114
|
+
|
115
|
+
Package Version
|
116
|
+
|
117
|
+
------------------- -------------
|
118
|
+
|
119
|
+
absl-py 0.2.2
|
120
|
+
|
121
|
+
astor 0.7.1
|
122
|
+
|
123
|
+
cycler 0.10.0
|
124
|
+
|
125
|
+
gast 0.2.0
|
126
|
+
|
127
|
+
grpcio 1.13.0
|
128
|
+
|
129
|
+
h5py 2.8.0
|
130
|
+
|
131
|
+
Keras 2.2.0
|
132
|
+
|
133
|
+
Keras-Applications 1.0.2
|
134
|
+
|
135
|
+
Keras-Preprocessing 1.0.1
|
136
|
+
|
137
|
+
kiwisolver 1.0.1
|
138
|
+
|
139
|
+
llvmlite 0.24.0
|
140
|
+
|
141
|
+
Markdown 2.6.11
|
142
|
+
|
143
|
+
matplotlib 2.2.2
|
144
|
+
|
145
|
+
numba 0.39.0
|
146
|
+
|
147
|
+
numpy 1.14.5
|
148
|
+
|
149
|
+
opencv-python 3.4.2+contrib
|
150
|
+
|
151
|
+
pandas 0.23.3
|
152
|
+
|
153
|
+
Pillow 5.2.0
|
154
|
+
|
155
|
+
pip 10.0.1
|
156
|
+
|
157
|
+
protobuf 3.6.0
|
158
|
+
|
159
|
+
pydotplus 2.0.2
|
160
|
+
|
161
|
+
pyparsing 2.2.0
|
162
|
+
|
163
|
+
python-dateutil 2.7.3
|
164
|
+
|
165
|
+
pytz 2018.5
|
166
|
+
|
167
|
+
PyYAML 3.13
|
168
|
+
|
169
|
+
scipy 1.1.0
|
170
|
+
|
171
|
+
setuptools 39.1.0
|
172
|
+
|
173
|
+
six 1.11.0
|
174
|
+
|
175
|
+
tensorboard 1.9.0
|
176
|
+
|
177
|
+
tensorflow-gpu 1.9.0
|
178
|
+
|
179
|
+
termcolor 1.1.0
|
180
|
+
|
181
|
+
Werkzeug 0.14.1
|
182
|
+
|
183
|
+
wheel 0.31.1
|
184
|
+
|
185
|
+
You are using pip version 10.0.1, however version 18.0 is available.
|
186
|
+
|
187
|
+
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
```
|