質問編集履歴
1
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,11 +8,17 @@
|
|
8
8
|
|
9
9
|
### 発生している問題・エラーメッセージ
|
10
10
|
|
11
|
+
それで、pip install をしてみたのですが、うまくいきませんdした。
|
12
|
+
|
11
13
|
|
12
14
|
|
13
15
|
```
|
14
16
|
|
17
|
+
ERROR: Could not find a version that satisfies the requirement tensorflow.keras (from versions: none)
|
18
|
+
|
15
|
-
|
19
|
+
ERROR: No matching distribution found for tensorflow.keras
|
20
|
+
|
21
|
+
Note: you may need to restart the kernel to use updated packages.
|
16
22
|
|
17
23
|
```
|
18
24
|
|