Error loading rgee library

Open
#337 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python, r
Domain
data

Research direction

Start by reproducing library(rgee) with the reported R, Windows, and reticulate configuration, then inspect the py_config() output for the selected environment. Check whether that environment can provide the missing ee module. Done means rgee loads without the ModuleNotFoundError; the issue does not name a source file or test to update.

Written by the indexing model from the issue text.

Description

  • rgee version:
  • R version: 4.3.0 (2023-04-21 ucrt)
  • Operating System: Windows 10

Attach your Python (reticulate) configuration:

library(reticulate)
py_config()

library(reticulate)
py_config()
python: C:/Users/Jesus/AppData/Local/r-miniconda/envs/r-reticulate/python.exe
libpython: C:/Users/Jesus/AppData/Local/r-miniconda/envs/r-reticulate/python38.dll
pythonhome: C:/Users/Jesus/AppData/Local/r-miniconda/envs/r-reticulate
version: 3.8.16 | packaged by conda-forge | (default, Feb 1 2023, 15:53:35) [MSC v.1929 64 bit (AMD64)]
Architecture: 64bit
numpy: C:/Users/Jesus/AppData/Local/r-miniconda/envs/r-reticulate/Lib/site-packages/numpy
numpy_version: 1.24.3

Description

I am trying to load rgee library but I get the error below. Yesterday I installed and loaded the package correctly and initialized the session with no issue. But today I am unable to load the library due to this issue. I have made no changes in R since the last time I used rgee. Many thanks in advance.

> library(rgee)
Error: package or namespace load failed for ‘rgee’:
 .onLoad failed in loadNamespace() for 'rgee', details:
  call: NULL
  error: ModuleNotFoundError: No module named 'ee'
Dominant language
R
Stars
777
Forks
159
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from r-spatial/rgee

All issues in r-spatial/rgee

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.