1. ホーム
  2. python

python3 reports AttributeError: モジュール 'sys' has no attribute 'setdefaultencoding'.

2022-02-21 02:53:55

Python 3 システムのデフォルトは utf-8 エンコーディングです。

sys.setdefaultencoding("utf-8") は必要ありません。

また、Python 3 の sys ライブラリには setdefaultencoding() 関数はもうありません。