I'm just trying to get to Hello World in rgee. When I run
ee_install()
I get
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.1
Same deal happens with
conda install -c conda-forge python=3.1
I'm just trying to get to Hello World in rgee. When I run
ee_install()
I get
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.1
Same deal happens with
conda install -c conda-forge python=3.1
I guess you have created a new conda environment with python, and the problem lies here. Your issue is not specific to Earth Engine on R. You can resolve this issue using one of these workarounds: