Open bryancasanova opened 5 years ago
Could you try it with the new version?
When I execute ee_grab_install() I get this error message: Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Error: Installation problem Error: Error 1 occurred creating conda environment earthEngineGrabR
I already install the earthengine api from here but I still get the same message
Hi,
I faced the same issue, but now it works well after installing earthengine-api directly from a terminal. instructions here .
I have the same problem. But even after the installation from the terminal, I cannot figure it out.
Sorry for the late response, I fixed the conda installation error in my last commit. It was some change on the conda side. Just reinstall the earthEngineGrabR and run ee_grab_install(clean_environment=TRUE). Hope it fixed the error
Hello, I am very interested in using your package to obtain GGE data. however no success in achieving the ee_grab_install() procedure. there is no interaction between R studio where I run the R code and my internet navigator. Below is the ouput I get when running "ee_grab_install()". I apologize in advance, I'm an epidemiologist and not really skilled in the whole Python/Conda/Javascript navigations. Thanks in advance for your help
Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: get_authorization_url() missing 1 required positional argument: 'code_challenge'
Detailed traceback:
File "
i get the same error as jordi-1
I also get teh same error as jordi-1. Cant get pass this.
ee_grab_install(clean_environment=TRUE)
Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: get_authorization_url() missing 1 required positional argument: 'code_challenge'
Detailed traceback:
File "
I have the same error getting 'TypeError: get_authorization_url() missing 1 required positional argument: 'code_challenge' when trying to install.
Hello
Thank you for your work in this package, it is really helpful. But when I run ee_grab_install() I got this message:
Error: Installation problem Error: Module ee could not be imported
I already re installed Python and sf, what could be the problem?
Bryan