在Windows10 系统下安装GEE环境
具体报错的内容如下:
调用ee.Initialize()时候,python报如下错误
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
自己的本机名字全是英文格式,一开始以为是自己网络故障,但发现不是。
具体的错误如下所示:
Traceback (most recent call last):
File "C:\Users\male\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\connection.py", line 160, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "C:\Users\male\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\util\connection.py", line 84, in create_connection
raise err
File "C:\Users\male\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\util\connection.py", line 74, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\male\AppData\Local\Programs\Python\Python37\lib\site-packages\httplib2shim\__init__.py", line 148, in _conn_request
decode_content=decode)
File "C:\Users\male\AppData\Local\Programs\Python\Python37\lib\site-packages\urllib3\request.py", line 80, in request
method, url, fields=fields, headers=headers, **urlopen_kw
File "C:\Users\male\AppDat