-
I have configured the geemap environment according to the instructions, and there is no error when excuating "import geemap".But when I excuate 【Map = geemap.Map()】, I receive the following message:AttributeError Traceback (most recent call last) D:\anaconda\envs\gee\lib\site-packages\geemap\geemap.py in init(self, **kwargs) AttributeError: module 'ee' has no attribute 'Reducer' |
Beta Was this translation helpful? Give feedback.
Replies: 18 comments 35 replies
-
Did you apply for an Earth Engine account? Try
|
Beta Was this translation helpful? Give feedback.
-
hi AttributeError: module 'ee' has no attribute 'Reducer' What should I do. Greatly appreciate your help! |
Beta Was this translation helpful? Give feedback.
-
I have similar errors. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
-
Use python 3.8,and update geemap.
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2021年11月24日(星期三) 晚上9:28
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [giswqs/geemap] How the solve the [AttributeError: module 'ee' has no attribute 'Reducer']? (Discussion #243)
I have the same problem.
python 3.6.5,use pip and virtualenv
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
AttributeError Traceback (most recent call last) ~.conda\envs\gee\lib\site-packages\geemap\geemap.py in init(self, **kwargs) AttributeError: module 'ee' has no attribute 'Reducer' Package Version affine 2.3.0 The above is my problem and the version number of the installation package. |
Beta Was this translation helpful? Give feedback.
-
It's mostly like that was caused by the network. You may solve this problem
after successfully performing ping www.google.com without losing packages
in your anaconda command prompt.
…On Mon, May 23, 2022 at 2:25 AM koljans82 ***@***.***> wrote:
hi, im geting this error after entering google token...
AttributeError Traceback (most recent call last)
Input In [3], in <cell line: 1>()
----> 1 m=geemap.Map()
2 m
File ~\anaconda3\lib\site-packages\geemap\geemap.py:165, in Map.*init*(self,
**kwargs)
163 self.roi_end = False
164 if kwargs["ee_initialize"]:
--> 165 self.roi_reducer = ee.Reducer.mean()
166 self.roi_reducer_scale = None
168 # List for storing pixel values and locations based on user-drawn
geometries.
AttributeError: module 'ee' has no attribute 'Reducer'
—
Reply to this email directly, view it on GitHub
<#243 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5J3HXLQXM44RPEXP27MVLVLJ3X5ANCNFSM4VMXQ2UQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem. solved after reading this post. |
Beta Was this translation helpful? Give feedback.
-
Why show URLError: <urlopen error [Errno 60] Operation timed out>? |
Beta Was this translation helpful? Give feedback.
-
Dear Wu,I have came across the problem : Successfully saved authorization token.AttributeError Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/geemap/geemap.py in init(self, **kwargs) AttributeError: module 'ee' has no attribute 'Reducer' |
Beta Was this translation helpful? Give feedback.
-
您好,我是李凯文,您的邮件已收到。祝安!
|
Beta Was this translation helpful? Give feedback.
-
您好,我是李凯文,您的邮件已收到。祝安!
|
Beta Was this translation helpful? Give feedback.
-
Hello sir, i have used GEE for almost five days well, but then i have started encountering this problem, i am in India, means Goolge services are open , also i tried to not import geemap and continue with importing ee only, but also same issue! i used both anaconda jupyter notebook and google colab too but same problem! please help me. Thanks in advanceAttributeError Traceback (most recent call last) ~\anaconda3\lib\site-packages\geemap\geemap.py in init(self, **kwargs) AttributeError: module 'ee' has no attribute 'Reducer' |
Beta Was this translation helpful? Give feedback.
-
您好,我是李凯文,您的邮件已收到。祝安!
|
Beta Was this translation helpful? Give feedback.
-
hi there , help me in resolving this issue |
Beta Was this translation helpful? Give feedback.
-
您好,我是李凯文,您的邮件已收到。祝安!
|
Beta Was this translation helpful? Give feedback.
-
您好,我是李凯文,您的邮件已收到。祝安!
|
Beta Was this translation helpful? Give feedback.
Did you apply for an Earth Engine account? Try