r-spatial / rgee

Google Earth Engine for R
https://r-spatial.github.io/rgee/
Other
668 stars 146 forks source link

rgee does not respond when given Authorization code from Google #354

Closed andrew-caudillo closed 8 months ago

andrew-caudillo commented 9 months ago

At submit an issue, please attached the following information of your rgee session:

library(rgee)

# Initialize the Earth Engine module.
ee_Initialize()

# Print metadata for a DEM dataset.
print(ee$Image('USGS/SRTMGL1_003')$getInfo())

Attach your Python (reticulate) configuration:

C:/Program Files/Conda/envs/rgee/python.exe

Description

I used ee_Authenticate() after running clean_credentials to try and solve issue #353. Google prompted an authorization code, which I entered into Rstudio/rgee. Rgee became stuck for hours and did not do anything. I cannot use this package at all now.

What I Did

run ee_Authenticate()
follow the prompts
paste the authorization code into the Console
andrew-caudillo commented 8 months ago

UPDATE: rgee gave me the error of not having numpy installed, so I reinstalled the python dependencies via ee_install and I am now back to the same issues in #353

andrew-caudillo commented 8 months ago

The authorization now works