r-spatial / rgee

Google Earth Engine for R
https://r-spatial.github.io/rgee/
Other
668 stars 146 forks source link

Issue installing rgee #349

Open Aurelien1201 opened 11 months ago

Aurelien1201 commented 11 months ago

I'm facing some when I installed rgee, when I did ee_check() I got the following message : NOTE: The Earth Engine Python API version 0.1.331 is installed correctly in the system but rgee was tested using the version 0.1.370. To avoid possible issues, we recommend install the version used by rgee (0.1.370). You might use:

Messages d'avis : 1: le package ‘rgee’ a été compilé avec la version R 4.2.3 2: Python 'C:/Users/aurel/AppData/Local/Programs/Python/Python311/python.exe' was requested but 'C:/Users/aurel/AppData/Local/r-miniconda/envs/rgee/python.exe' was loaded instead (see reticulate::py_config() for more information)

So I did ee_install_upgrade() and I got this message :

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. Note: 'use_only_tar_bz2' is enabled. This might be omitting some packages from the index. Set this option to 'false' and retry.

Erreur : one or more Python packages failed to install [error code 1]

andrew-caudillo commented 9 months ago

You could try to upgrade to the newest conda version and see if that works? When I installed rgee, I used the latest conda and although I encountered issues with installing the package (due to issues other than this one), it finally worked.