質問編集履歴
3
タグ修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,9 @@
|
|
36
36
|
|
37
37
|
----------------------------------------
|
38
38
|
|
39
|
-
Command "python setup.py egg_info" failed with error code 1 in
|
39
|
+
Command "python setup.py egg_info" failed with error code 1 in
|
40
|
+
|
41
|
+
C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\
|
40
42
|
|
41
43
|
|
42
44
|
|
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,29 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
C:\Users\○○>pip install Janome==0.3.1
|
17
|
+
C:\Users\○○>pip install Janome==0.3.1
|
18
|
+
|
19
|
+
Collecting Janome==0.3.1
|
20
|
+
|
21
|
+
Using cached https://files.pythonhosted.org/packages/3c/3f/035da75079b423731e32171357cbb0d55b3705e57217baa1e903892c8061/Janome-0.3.1.tar.gz
|
22
|
+
|
23
|
+
Complete output from command python setup.py egg_info:
|
24
|
+
|
25
|
+
Traceback (most recent call last):
|
26
|
+
|
27
|
+
File "<string>", line 1, in <module>
|
28
|
+
|
29
|
+
File "C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\setup.py", line 22, in <module>
|
30
|
+
|
31
|
+
long_description = f.read()
|
32
|
+
|
33
|
+
UnicodeDecodeError: 'cp932' codec can't decode byte 0x81 in position 853: illegal multibyte sequence
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
----------------------------------------
|
38
|
+
|
39
|
+
Command "python setup.py egg_info" failed with error code 1 in C:\Users\○○\AppData\Local\Temp\pip-build-kldxlrsc\Janome\
|
18
40
|
|
19
41
|
|
20
42
|
|