質問編集履歴

3

読みにくかったので、改行を入れました。

2020/01/14 13:25

投稿

shinminori113
shinminori113

スコア4

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,15 @@
50
50
 
51
51
 
52
52
 
53
+
54
+
55
+
56
+
57
+
58
+
53
59
  2020/1/14 追記
60
+
61
+
54
62
 
55
63
  OSはDebianのバージョンは、10.2
56
64
 

2

OS, python, pipのバージョンを記入しました。

2020/01/14 13:24

投稿

shinminori113
shinminori113

スコア4

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,25 @@
45
45
 
46
46
 
47
47
  何か解決策はありますでしょうか。
48
+
49
+
50
+
51
+
52
+
53
+ 2020/1/14 追記
54
+
55
+ OSはDebianのバージョンは、10.2
56
+
57
+
58
+
59
+ raspberry piなので、pythonは2系も3系もデフォルトで入っていました。
60
+
61
+ python2のバージョンは、2.7.16
62
+
63
+ python3のバージョンは、3.7.3
64
+
65
+
66
+
67
+ pipのバージョンは、19.3.1
68
+
69
+ です。

1

初心者アイコンをつけ忘れていました。初心者です。

2020/01/14 13:24

投稿

shinminori113
shinminori113

スコア4

test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,17 @@
14
14
 
15
15
  具体的には、
16
16
 
17
+
18
+
17
19
  pip install nnabla
18
20
 
19
21
  pip3 install nnabla
20
22
 
23
+
24
+
21
25
  など入力したあとに、
26
+
27
+
22
28
 
23
29
  Cache entry deserialization failed, entry ignored
24
30