Skip to content
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

Error in instalation #3

Open
bryancasanova opened this issue Jun 2, 2019 · 9 comments
Open

Error in instalation #3

bryancasanova opened this issue Jun 2, 2019 · 9 comments

Comments

@bryancasanova
Copy link

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
Copy link
Owner

JesJehle commented Dec 9, 2019

Could you try it with the new version?

@bryancasanova
Copy link
Author

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:

  • earthengine-api

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
Copy link

Hi,

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

@Bazhki
Copy link

Bazhki commented Dec 25, 2019

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

@JesJehle
Copy link
Owner

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
Copy link

jordi-1 commented May 11, 2020

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
Copy link

i get the same error as jordi-1

@asimbiswas1
Copy link

asimbiswas1 commented Aug 31, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants