Error loading rgee library
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 20/100
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from r-spatial/rgee
-
critical bug documentation priority
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Error in ee_extract Open
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enviPathR OpenBuild Error Build OK Build Warning policies-accepted pre-review precheck-passed
Difficulty 1/5 Under an hour Newbie friendliness 84/100
Bioconductor/BiocContributions#207 · 6 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
datacarpentry/semester-biology#1255 ·