Open petermingjing opened 1 year ago
hi @petermingjing, please try the dev version of rgee.
remotes::install_github("r-spatial/rgee")
Please let us know if the problem persists!
Hi Cesar,
I met this,
remotes::install_github("r-spatial/rgee") Error in loadNamespace(x) : there is no package called ‘remotes’ install.packages(remotes) Error in install.packages : object 'remotes' not found
On 21 Mar 2023, at 23:02, Cesar Aybar @.***> wrote:
hi @petermingjinghttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpetermingjing&data=05%7C01%7C%7Cc9348fa13b944a92245008db2a084536%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638149987229720809%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=cCtWq9sHGxY0eqjyNqyMESgwNT976qeQ%2Bx4cKS9oPR4%3D&reserved=0, please try the dev version of rgee.
remotes::install_github("r-spatial/rgee")
Please let us know if the problem persists!
— Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fr-spatial%2Frgee%2Fissues%2F324%23issuecomment-1477758772&data=05%7C01%7C%7Cc9348fa13b944a92245008db2a084536%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638149987229720809%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=NqABDAT1wiVBp1rQ4ONGvGiOqTOkVOCWFmGyInGjJxo%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAXYJ76BE6KDIWR7QTLGPSJ3W5GNUBANCNFSM6AAAAAAWCI6XXY&data=05%7C01%7C%7Cc9348fa13b944a92245008db2a084536%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638149987229720809%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=kSZ43uMhf2Kh14aO4sWqoB4Bg4B9QjHzrjBHmHYS9dY%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>
It seems you have to install remotes first.
Thanks. It works.
On 21 Mar 2023, at 23:33, Cesar Aybar @.***> wrote:
It seems you have to install remotes first.
— Reply to this email directly, view it on GitHubhttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fr-spatial%2Frgee%2Fissues%2F324%23issuecomment-1477800912&data=05%7C01%7C%7C9825d5313930494555c108db2a0ca09b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638150005933623595%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1hGBM1URCP8KeSS5TR4YesBY7gUPYPbmpLI62JUXs%2FA%3D&reserved=0, or unsubscribehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAXYJ76EZIBPGS3V3IHNE7GDW5GRI7ANCNFSM6AAAAAAWCI6XXY&data=05%7C01%7C%7C9825d5313930494555c108db2a0ca09b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638150005933623595%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Q%2BIsDwvykAUVaT6Gj84zxMatnHH6bR5xlsPpvXMQRG4%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>
At submit an issue, please attached the following information of your
rgee
session:[ ] You have the Python API installed (from terminal):
[ ] You can find the credentials file on your system:
[ ] You can run a simple EE command from R:
Error: ee.ee_exception.EEException: Earth Engine client library not initialized. Run
ee.Initialize()
Attach your Python (reticulate) configuration:
python: /Users/jingming/.virtualenvs/rgee/bin/python libpython: /Users/jingming/Library/r-miniconda-arm64/lib/libpython3.10.dylib pythonhome: /Users/jingming/.virtualenvs/rgee:/Users/jingming/.virtualenvs/rgee version: 3.10.9 | packaged by conda-forge | (main, Feb 2 2023, 20:26:08) [Clang 14.0.6 ] numpy: /Users/jingming/.virtualenvs/rgee/lib/python3.10/site-packages/numpy numpy_version: 1.24.2 ee: /Users/jingming/.virtualenvs/rgee/lib/python3.10/site-packages/ee
NOTE: Python version was forced by RETICULATE_PYTHON
Description
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
What I Did
ee_Initialize() can't go through...