質問編集履歴
3
タグ修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,8 @@
|
|
17
17
|
UnicodeDecodeError: 'cp932' codec can't decode byte 0x81 in position 853: illegal multibyte sequence
|
18
18
|
|
19
19
|
----------------------------------------
|
20
|
-
Command "python setup.py egg_info" failed with error code 1 in
|
20
|
+
Command "python setup.py egg_info" failed with error code 1 in
|
21
|
+
C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\
|
21
22
|
|
22
23
|
```
|
23
24
|
|
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,8 +6,19 @@
|
|
6
6
|
### 発生している問題・エラーメッセージ
|
7
7
|
|
8
8
|
```
|
9
|
-
C:\Users\○○>pip install Janome==0.3.1
|
9
|
+
C:\Users\○○>pip install Janome==0.3.1
|
10
|
+
Collecting Janome==0.3.1
|
11
|
+
Using cached https://files.pythonhosted.org/packages/3c/3f/035da75079b423731e32171357cbb0d55b3705e57217baa1e903892c8061/Janome-0.3.1.tar.gz
|
12
|
+
Complete output from command python setup.py egg_info:
|
13
|
+
Traceback (most recent call last):
|
14
|
+
File "<string>", line 1, in <module>
|
15
|
+
File "C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\setup.py", line 22, in <module>
|
16
|
+
long_description = f.read()
|
17
|
+
UnicodeDecodeError: 'cp932' codec can't decode byte 0x81 in position 853: illegal multibyte sequence
|
10
18
|
|
19
|
+
----------------------------------------
|
20
|
+
Command "python setup.py egg_info" failed with error code 1 in C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\
|
21
|
+
|
11
22
|
```
|
12
23
|
|
13
24
|
### 使用するソースコード
|