-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rgeeExtra - "has no attribute" error #10
Comments
Hi @GReimche sorry we make a lot of changes to the package. Did you try downloading the latest version?. |
Hi csaybar! `> S2 <- ee$Image("COPERNICUS/S2_SR/20240201T133141_20240201T133141_T22HBK") %>%
`> reticulate::py_last_error() ── Python Exception Message ───────────────────────────────────────────────────────────────────────────────────────── ── R Traceback ──────────────────────────────────────────────────────────────────────────────────────────────────────
All, R libraries and python packages are up to date. |
I just found my error. I forgot do run |
Hi csaybar,
I can not make it to work, every time I tried I get this kind of error. rgee works great.
Error in py_get_attr_impl(x, name, silent) :
AttributeError: type object 'Image' has no attribute 'getDOI'
Run
reticulate::py_last_error()
for details.I's like so with other like "spectralIndex" e.g
Are there any python dependencies for rgeeExtra to work?. Do you have any idea of what is the problem.
The text was updated successfully, but these errors were encountered: