質問編集履歴
2
エラーの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,8 +18,17 @@
|
|
18
18
|
|
19
19
|
### 発生している問題・エラーメッセージ
|
20
20
|
|
21
|
+
エラーを発見しました。
|
22
|
+
pycharm上のコンソール画面を再度確認しましたところ下記のエラーが出ていました。
|
23
|
+
|
24
|
+
```ここに言語を入力
|
25
|
+
Fatal Python error: init_stdio_encoding: failed to get the Python codec name of the stdio encoding
|
26
|
+
Python runtime state: core initialized
|
27
|
+
LookupError: unknown encoding: windows-31j
|
28
|
+
Current thread 0x00001d64 (most recent call first):
|
21
|
-
|
29
|
+
<no Python frame>
|
30
|
+
|
22
|
-
|
31
|
+
```
|
23
32
|
補足
|
24
33
|
win10の環境設定のパスにanaconda3とそのScriptを入力しています。
|
25
34
|
|
1
文面の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|

|
14
14
|
|
15
15
|
### 実現したいこと
|
16
|
-
|
16
|
+
pycharm communityでrunさせコンソール上に色の付いたテキストを表示したいです。
|
17
17
|

|
18
18
|
|
19
19
|
### 発生している問題・エラーメッセージ
|