Lia Lechler

Results 7 comments of Lia Lechler

Hello, As ttfg22 has written above, I have the same issue on Windows 10. `error in py_call_impl(callable, dots$args, dots$keywords) : Exception: gcloud command not found. Please ensure that gcloud is...

Hi @csaybar , I tried following your instructions but I got the same error message again regarding Google Cloud: ``` ✔ Initializing Google Earth Engine:Fetching credentials using gcloud Error in...

Hi @csaybar, It happens on this version of the R Studio Desktop App R Studio 2022.12.0+353 "Elsbeth Geranium" Release (7d165dcfc1b6d300eb247738db2c7076234f6ef0, 2022-12-03) for Windows Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...

Hi @csaybar, I followed your instructions exactly as you specified above, including downloading Google Cloud CLI and specifying the path environment as you instructed. Unfortunately I still get the same...

I have the same problem.. I authenticate gee and get the message that the authentication has been successful, but as soon as I then call ee_initialize(), I get the message...

Hi @NicholasBerryman, thanks for reaching out. I just tried it by writing the python file and then calling it in R, but I get the error message in R "Error...

I successfully managed to use both your solution and also this code snippet to initialize the GEE > reticulate::py_run_string("import ee; ee.Initialize()") > reticulate::py_run_string("print(ee.__version__)") 0.1.385 However, I still get the error...