[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2019-07-10 Thread Simon Bloch
This thread is 3 years old, but I recently encountered and overcame a similar issue. For me it was an issue with where I installed the *ee* module to begin with. I explained my fix here: https://stackoverflow.com/a/56974809 Hope y'all are doing well! -Simon On Friday, October 14, 2016 at 9:20

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-14 Thread Michael Johansson
Yeah, that seems to be the issue. Did you manage to update the earth-engine_helpers.py so that it is working? I really tried but didn't get it to work. It just returned AttributeError: 'module' object has no attribute 'ServiceAccountCredentials' > I haven't been trying more though since it was w

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-13 Thread Levi Baber
I'm running into a similar issue. I think the only reason the example worked for you on Linux is because the build.sh is specifically pulling down version 1.3.2 of the oauth2client from github. I have tried using the latest earthengine-api available from pip, and the latest google-app-engine S

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-10-03 Thread Michael Johansson
I have now tried the example in a Linux environment (Ubuntu 16.04.1 LTS). After installing all required prerequisites to just get the environment up and running, I ran the build.sh and the examples ran pretty smoothly thereafter. This does tell me that something in the Earth Engine API as of now

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-23 Thread Michael Johansson
Thank you for the reply. I will file an issue there and keep you updated with what I find out or learn. I also tried another server example , I got the exact same error. Since I am using the same earth engine library, it

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-22 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Michael, It appears you found an issue in the "trendy lights" demo. You should file an issue on the github repo and link this thread for context. It seems you did indeed find the source of the issue in the changed name of the function. Cheers, Nick Cloud Platform Community Support On Wedn

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-21 Thread Michael Johansson
*Update:* This seems to be an issue with how the authentication is done in the example. It seems that it has changed since the example was written. As a newcomer to the App engine, this is pretty confusing to wrap my head around. Maybe it is really simple. I have at least been trying to figure