当前位置:网站首页>Gee configuring local development environment
Gee configuring local development environment
2022-04-23 07:19:00 【Amyniez】
1. install Google Of python API The client of :
Very easy to use :
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com google-api-python-client
2. Install authentication dependency Library :
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pycryptodome
It can also be used here :
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pyCrypto
But there will be many problems , Prepare yourself mentally :
error: Microsoft Visual C++ 14.0 is required.
resolvent :vc ++14.0 download ( This method has not been tried , It seems to be more troublesome )
A simpler way , install :Microsoft Visual C++ Build Tools 2015 To solve the problem , The installation process is also very simple , Keep clicking OK :
3. install GEE Of python library :
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com earthengine-api
4. initialization GEE Of API, And verify GEE Account :
python -c "import ee; ee.Initialize()"
Here we need to Google Chrome Browser as Default browser Can only be .
版权声明
本文为[Amyniez]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230610096651.html
边栏推荐
- Project, how to package
- Component based learning (3) path and group annotations in arouter
- 第2章 Pytorch基础2
- C#新大陆物联网云平台的连接(简易理解版)
- 【2021年新书推荐】Effortless App Development with Oracle Visual Builder
- torch.mm() torch.sparse.mm() torch.bmm() torch.mul() torch.matmul()的区别
- MySQL notes 1_ database
- Pytorch trains the basic process of a network in five steps
- MySQL notes 4_ Primary key auto_increment
- Itop4412 kernel restarts repeatedly
猜你喜欢
取消远程依赖,用本地依赖
Component learning (2) arouter principle learning
./gradlew: Permission denied
ThreadLocal,看我就够了!
第5 章 机器学习基础
【2021年新书推荐】Artificial Intelligence for IoT Cookbook
Easyui combobox 判断输入项是否存在于下拉列表中
Bottomsheetdialogfragment conflicts with listview recyclerview Scrollview sliding
第4章 Pytorch数据处理工具箱
[2021 book recommendation] artistic intelligence for IOT Cookbook
随机推荐
PaddleOCR 图片文字提取
[2021 book recommendation] Red Hat Certified Engineer (RHCE) Study Guide
机器学习笔记 一:学习思路
利用官方torch版GCN训练并测试cora数据集
免费使用OriginPro学习版
GEE配置本地开发环境
机器学习 二:基于鸢尾花(iris)数据集的逻辑回归分类
1.1 PyTorch和神经网络
org. xml. sax. SAXParseException; lineNumber: 141; columnNumber: 252; cvc-complex-type. 2.4. a: Found element 'B
Markdown basic grammar notes
【动态规划】不同路径2
MySQL5.7插入中文数据,报错:`Incorrect string value: ‘\xB8\xDF\xAE\xF9\x80 at row 1`
adb shell top 命令详解
face_recognition人脸检测
MySQL5. 7 insert Chinese data and report an error: ` incorrect string value: '\ xb8 \ XDF \ AE \ xf9 \ X80 at row 1`
Itop4412 LCD backlight drive (PWM)
Itop4412 HDMI display (4.0.3_r1)
Ffmpeg common commands
杂七杂八的学习
JNI中使用open打开文件是返回-1问题