Windowsでgcloudコマンドを実行したら unknown encoding: cp65001 というエラーが出て使えない時の解決方法
内容
gcloud
コマンドを実行したらいきなりERROR: gcloud crashed (LookupError): unknown encoding: cp65001
という内容のエラーが出た。
なにぃと思ってgcloud feedback
を実行しても同じエラーが出る。
実行環境
- Windows 10 Insider Preview 19037.1 (vb_release)
- Google Cloud SDK 273.0.0
- PowerShell 5.1.19037.1
原因
これはPythonのエラーらしい
解決方法
PYTHONIOENCODING
という環境変数にUTF-8
を設定することでエラーを解決できた。
PowerShellの場合
PowerShell
$env:PYTHONIOENCODING="UTF-8"
コマンドプロントの場合
コマンドプロンプト
set PYTHONIOENCODING="UTF-8"
参考にしたサイト
Author And Source
この問題について(Windowsでgcloudコマンドを実行したら unknown encoding: cp65001 というエラーが出て使えない時の解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/InkoHX/items/43b67cd4ed15eb3c6721著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .