【发布时间】:2018-04-20 22:09:41
【问题描述】:
当我尝试从 Google Page 或 Eclipse Marketplace 安装 Google Cloud SDK 时遇到的问题是:
Installing components.
Welcome to the Google Cloud SDK!
ERROR: gcloud failed to load: 'ascii' codec can't decode byte 0xfa in position 19: ordinal not in range(128)
File "C:\Users\Pedro de Jesús\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\bundledpython\lib\ntpath.py", line 85, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 19: ordinal not in range(128)
Failed to install.
我期待安装 Google Cloud SDK,因为我使用的是 Eclipse JEE Oxygen,所以我需要安装 SDK。我正在使用 Windows 10、Intel Core i7,我也想知道为什么安装过程可以在与我的硬件相同的另一台计算机上运行。
【问题讨论】: