JesJehle / earthEngineGrabR

Simplify the acquisition of remote sensing data
https://jesjehle.github.io/earthEngineGrabR/
53 stars 5 forks source link

Error in instalation #3

Open bryancasanova opened 5 years ago

bryancasanova commented 5 years ago

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

JesJehle commented 4 years ago

Could you try it with the new version?

bryancasanova commented 4 years ago

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

Makiavel974 commented 4 years ago

Hi,

I faced the same issue, but now it works well after installing earthengine-api directly from a terminal. instructions here .

Bazhki commented 4 years ago

I have the same problem. But even after the installation from the terminal, I cannot figure it out.

JesJehle commented 4 years ago

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

jordi-1 commented 4 years ago

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 "", line 13, in request_ee_code

kevinhawkshaw commented 4 years ago

i get the same error as jordi-1

asimbiswas1 commented 4 years ago

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 "", line 13, in request_ee_code

jonahlipsitt commented 3 years ago

I have the same error getting 'TypeError: get_authorization_url() missing 1 required positional argument: 'code_challenge' when trying to install.