Cesar Aybar
Cesar Aybar
This would be a very useful feature, however, I haven't had the time to implement it. In order to minimize dependencies on rgee, I think this would fit better in...
Hi @MelanieDickie upgrading your earthengine-api Python package should solve the problem. ```r library(rgee) rgee::ee_install_upgrade() ```
The problem with @MelanieDickie was: - Please do not save NULL pointer in your Global environments.  - To solve the google.auth.exceptions.RefreshError, delete your user **credentials**!  > 1) ee_clean_credentials("ndef")...
Hi @caadams can you give us more info about your system? ```r library(rgee) reticulate::import("ee")$`__version__` sessionInfo() ```
Hi @SvenVw this looks great, I will apply it to the high QPS, after that, I will try to add this new feature. Please a PR would be very helpful...
Hi, it was solved now!
Hi @jwilliamrozelle thank you for opening this issue! This was an embarrassing bug from my side 🫣🙈, but @MartinHoldrege solved, and his changes are in the dev version -> https://github.com/r-spatial/rgee/pull/251/commits/9f6eeb00d5f26c48b7c95aa6c8a4d2feee04c795...
I'll close this issue for now because I can't reproduce this issue, if someone gets the same error, please re-opened it.
Hi @dmurdoch thanks for your reply, I got the same error after running: ``` R CMD INSTALL --configure-args="--with-gl-libs=/usr/include/GL/" ``` ``` csaybar@csaybar-pc01:~$ Tree /usr/include/GL /usr/include/GL ├── freeglut_ext.h ├── freeglut.h ├── freeglut_std.h...
Thank you so much for your help. It seems that the libGL.so file was stored in my NVIDIA folder by default. ``` find / -name 'libGL.so' /usr/lib/nsight-systems/host-linux-x64/Mesa/libGL.so ``` However, after...