前提・実現したいこと
pythonを起動するたびに発生する文字コードのエラーを解決したい。
発生している問題・エラーメッセージ
C:\Users\genuine>python Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1 900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. Failed calling sys.__interactivehook__ Traceback (most recent call last): File "C:\Users\genuine\Anaconda3\lib\site.py", line 418, in register_readline readline.read_history_file(history) File "C:\Users\genuine\Anaconda3\lib\site-packages\pyreadline\rlmain.py", line 165, in read_history_file self.mode._history.read_history_file(filename) File "C:\Users\genuine\Anaconda3\lib\site-packages\pyreadline\lineeditor\histo ry.py", line 82, in read_history_file for line in open(filename, 'r'): UnicodeDecodeError: 'cp932' codec can't decode byte 0xef in position 1241: illeg al multibyte sequence >>>
該当のソースコード
python
1コマンドプロンプトでpythonを起動するたびにこのエラーが現れます…
試したこと
調べてみると、ファイルを読み込んだりする時のエンコーディングでこのエラーが出るようですが、私の場合はpython起動と共にこのエラーが出ます。
補足情報(FW/ツールのバージョンなど)
Python 3.6.1
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/08/21 06:11