当前位置:网站首页>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
边栏推荐
- ThreadLocal, just look at me!
- 组件化学习(3)ARouter中的Path和Group注解
- 第8章 生成式深度学习
- 【2021年新书推荐】Red Hat RHCSA 8 Cert Guide: EX200
- 取消远程依赖,用本地依赖
- Record WebView shows another empty pit
- 【2021年新书推荐】Learn WinUI 3.0
- 谷歌AdMob广告学习
- 机器学习 三: 基于逻辑回归的分类预测
- Three methods to realize the rotation of ImageView with its own center as the origin
猜你喜欢
组件化学习(2)Arouter原理学习
ThreadLocal, just look at me!
What did you do during the internship
c语言编写一个猜数字游戏编写
[2021 book recommendation] artistic intelligence for IOT Cookbook
给女朋友写个微信双开小工具
Easyui combobox 判断输入项是否存在于下拉列表中
【2021年新书推荐】Red Hat RHCSA 8 Cert Guide: EX200
[2021 book recommendation] learn winui 3.0
1.2 preliminary pytorch neural network
随机推荐
第2章 Pytorch基础1
第5 章 机器学习基础
winform滚动条美化
第4章 Pytorch数据处理工具箱
机器学习 三: 基于逻辑回归的分类预测
Miscellaneous learning
Thanos.sh灭霸脚本,轻松随机删除系统一半的文件
face_recognition人脸检测
iTOP4412 SurfaceFlinger(4.0.3_r1)
Using stack to realize queue out and in
torch_geometric学习一,MessagePassing
[2021 book recommendation] practical node red programming
MySQL5.7插入中文数据,报错:`Incorrect string value: ‘\xB8\xDF\xAE\xF9\x80 at row 1`
第3章 Pytorch神经网络工具箱
组件化学习(1)思想及实现方式
1.2 初试PyTorch神经网络
【动态规划】不同路径2
Ffmpeg common commands
【2021年新书推荐】Kubernetes in Production Best Practices
电脑关机程序