質問編集履歴
1
pip list の情報の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -51,4 +51,46 @@
|
|
51
51
|
File "C:...\lib\site-packages\keras\utils\vis_utils.py", line 20, in _check_pydot
|
52
52
|
'Failed to import `pydot`. '
|
53
53
|
ImportError: Failed to import `pydot`. Please install `pydot`. For example with `pip install pydot`.
|
54
|
+
```
|
55
|
+
###pip listの出力
|
56
|
+
```
|
57
|
+
>pip list
|
58
|
+
Package Version
|
59
|
+
------------------- -------------
|
60
|
+
absl-py 0.2.2
|
61
|
+
astor 0.7.1
|
62
|
+
cycler 0.10.0
|
63
|
+
gast 0.2.0
|
64
|
+
grpcio 1.13.0
|
65
|
+
h5py 2.8.0
|
66
|
+
Keras 2.2.0
|
67
|
+
Keras-Applications 1.0.2
|
68
|
+
Keras-Preprocessing 1.0.1
|
69
|
+
kiwisolver 1.0.1
|
70
|
+
llvmlite 0.24.0
|
71
|
+
Markdown 2.6.11
|
72
|
+
matplotlib 2.2.2
|
73
|
+
numba 0.39.0
|
74
|
+
numpy 1.14.5
|
75
|
+
opencv-python 3.4.2+contrib
|
76
|
+
pandas 0.23.3
|
77
|
+
Pillow 5.2.0
|
78
|
+
pip 10.0.1
|
79
|
+
protobuf 3.6.0
|
80
|
+
pydotplus 2.0.2
|
81
|
+
pyparsing 2.2.0
|
82
|
+
python-dateutil 2.7.3
|
83
|
+
pytz 2018.5
|
84
|
+
PyYAML 3.13
|
85
|
+
scipy 1.1.0
|
86
|
+
setuptools 39.1.0
|
87
|
+
six 1.11.0
|
88
|
+
tensorboard 1.9.0
|
89
|
+
tensorflow-gpu 1.9.0
|
90
|
+
termcolor 1.1.0
|
91
|
+
Werkzeug 0.14.1
|
92
|
+
wheel 0.31.1
|
93
|
+
You are using pip version 10.0.1, however version 18.0 is available.
|
94
|
+
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
95
|
+
|
54
96
|
```
|