0

好的,我已经在我的 Windows 10 中安装了 Linux 子系统,现在按照本教程在我的 Linux 子系统中安装谷歌地球引擎。

当我尝试运行以下命令来安装 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以查看是否可以看到该文件。但它不可见: 在此处输入图像描述 在此处输入图像描述

我在这里做错了什么?

4

1 回答 1

0

正如这个线程中提到的,我将 setuptools 和 pip 更新到了最新版本,我终于能够毫无问题地运行 earthengine-api。

于 2017-06-28T05:15:25.577 回答