列1 | 列2 | 列3 |
---|---|---|
### 前提・実現したいこと |
pythonとプロンプトで入力したらUnicodeDecodeErrorと出てきました
発生している問題・エラーメッセージ
(base) C:\Users\owner>python Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. Failed calling sys.__interactivehook__ Traceback (most recent call last): File "C:\Users\owner\anaconda3\lib\site.py", line 440, in register_readline readline.read_history_file(history) File "C:\Users\owner\anaconda3\lib\site-packages\pyreadline\rlmain.py", line 165, in read_history_file self.mode._history.read_history_file(filename) File "C:\Users\owner\anaconda3\lib\site-packages\pyreadline\lineeditor\history.py", line 82, in read_history_file for line in open(filename, 'r'): UnicodeDecodeError: 'cp932' codec can't decode byte 0x88 in position 593: illegal multibyte sequence >>
該当のソースコード
python
試したこと
googleで検索してみましたが解決法が分かりませんでした
補足情報(FW/ツールのバージョンなど)
anacondaプロンプトを使っています
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/17 13:00