无法在 Windows 的 Linux 子系统中安装 Google-Earth-Engine-Api

Unable to install Google-Earth-Engine-Api in Linux subsystem for Windows

好的,我已经在我的 Windows 10 中安装了 Linux 子系统,现在按照这个 tutorial 在我的 Linux 中安装 google 地球引擎子系统。

当我尝试 运行 按照命令安装 GEE API 时,出现以下错误(我对 "sudo pip install 'pyOpenSSL>=0.11'" 命令也出现相同的错误。):

sudo pip install earthengine-api

> Command "/usr/bin/python -u -c "import setuptools,
> tokenize;__file__='/tmp/pip-build-PrUuzi/cryptography/setup.py';f=get
> attr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n',
> '\n');f.close();exec(compile(code, __file__, 'exec' ))" install
> --record /tmp/pip-3eTIvM-record/install-record.txt --single-version-externally-managed --compile" failed wit h error code 1 in /tmp/pip-build-PrUuzi/cryptography/

然后在失败之后,我尝试手动下载并安装 GEE 安装程序。 我把下载的压缩包复制到文件夹:"C:\Users\Saurabh\AppData\Local\lxss\home\saurabh"

然后尝试执行 ls -a 以查看我是否可以看到该文件。但它不可见:

我做错了什么?

this thread 中所述,我将 setuptools 和 pip 更新到最新版本,我终于能够 运行 earthengine-api 没有任何问题。