amoeba opened a new issue, #381: URL: https://github.com/apache/arrow-cookbook/issues/381
After merging updates to for Arrow 21.0.0 (6ea34bb307a91332892889d3fa06c3da4a777a2f) the stable cookbooks build is now failing with an error about reticulate. The build: https://github.com/apache/arrow-cookbook/actions/runs/16559309147/job/46825852299 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) ──────────────────────────────────────────────────────────────────────────────── ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
