-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
rThis issue is specific to the R language cookbookThis issue is specific to the R language cookbook
Description
After merging updates to for Arrow 21.0.0 (6ea34bb) the stable cookbooks build is now failing with an error about reticulate.
The failure,
✖ | 1 0 | python [17.1s]
────────────────────────────────────────────────────────────────────────────────
Error ('test-python.R:35:1'): (code run outside of `test_that()`)
<python.builtin.ModuleNotFoundError/python.builtin.ImportError/python.builtin.Exception/python.builtin.BaseException/python.builtin.object/error/condition>
Error in `py_module_import(module, convert = convert)`: ModuleNotFoundError: No module named 'pyarrow'
Run `reticulate::py_last_error()` for details.
Backtrace:
▆
1. └─reticulate::import("pyarrow") at test-python.R:35:1
2. └─reticulate:::py_module_import(module, convert = convert)
────────────────────────────────────────────────────────────────────────────────
Metadata
Metadata
Assignees
Labels
rThis issue is specific to the R language cookbookThis issue is specific to the R language cookbook