好的,我已经在我的 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以查看是否可以看到该文件。但它不可见:
我在这里做错了什么?