You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load rgee library but I get the error below. Yesterday I installed and loaded the package correctly and initialized the session with no issue. But today I am unable to load the library due to this issue. I have made no changes in R since the last time I used rgee. Many thanks in advance.
> library(rgee)
Error: package or namespace load failed for ‘rgee’:
.onLoad failed in loadNamespace() for 'rgee', details:
call: NULL
error: ModuleNotFoundError: No module named 'ee'
The text was updated successfully, but these errors were encountered:
I am running into a similar issue, except rgee loads, but no function from the ee_ family works because the package is not recognizing the required packages (earthengine, for example) are present.
Attach your Python (reticulate) configuration:
library(reticulate) py_config()
Description
I am trying to load rgee library but I get the error below. Yesterday I installed and loaded the package correctly and initialized the session with no issue. But today I am unable to load the library due to this issue. I have made no changes in R since the last time I used rgee. Many thanks in advance.
The text was updated successfully, but these errors were encountered: