当前位置:网站首页>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
边栏推荐
猜你喜欢

【2021年新书推荐】Kubernetes in Production Best Practices

组件化学习(3)ARouter中的Path和Group注解

Record WebView shows another empty pit

给女朋友写个微信双开小工具

BottomSheetDialogFragment 与 ListView RecyclerView ScrollView 滑动冲突问题
![[2021 book recommendation] learn winui 3.0](/img/1c/ca7e05946613e9eb2b8c24d121c2e1.png)
[2021 book recommendation] learn winui 3.0

机器学习笔记 一:学习思路
![[recommendation for new books in 2021] professional azure SQL managed database administration](/img/f1/b38cce1dc328a5b534011169909127.png)
[recommendation for new books in 2021] professional azure SQL managed database administration

Itop4412 HDMI display (4.0.3_r1)

Personal blog website construction
随机推荐
BottomSheetDialogFragment + ViewPager+Fragment+RecyclerView 滑动问题
MySQL笔记4_主键自增长(auto_increment)
GEE配置本地开发环境
Five methods are used to obtain the parameters and calculation of torch network model
第8章 生成式深度学习
.net加载字体时遇到 Failed to decode downloaded font:
Keras如何保存、加载Keras模型
【2021年新书推荐】Red Hat RHCSA 8 Cert Guide: EX200
adb shell top 命令详解
Handler进阶之sendMessage原理探索
【動態規劃】不同路徑2
【动态规划】不同路径2
【动态规划】三角形最小路径和
ThreadLocal,看我就够了!
第2章 Pytorch基础1
免费使用OriginPro学习版
HandlerThread原理和实际应用
SSL/TLS应用示例
【动态规划】最长递增子序列
第3章 Pytorch神经网络工具箱