eddelbuettel commented on issue #810:
URL:
https://github.com/apache/arrow-nanoarrow/issues/810#issuecomment-3755253632
Just checking here: the upcoming release that @paleolimbot seems to be
preparing (don't we all love nags from R-devel 😜 ) will alleviate the need for
a local helper such as the `capsule_prep` above, correct? Do we have to do
anything to propagate that? When I (very naively) install the R package from
the repo here (in its current 0.7.0.9000 at 5f36032) then my example use breaks
because Python thinks I no longer have nanoarrow (huh?):
```r
Error in py_module_import(module, convert = convert) :
ModuleNotFoundError: No module named 'nanoarrow'
Run `reticulate::py_last_error()` for details.
Calls: viaPython ... r_to_py.nanoarrow_array -> <Anonymous> ->
py_module_import
```
That is from the (Python) polars trying to import the RecordBatch I
prepared. If I pass it through the explicit `capsule_prep` things work. What
else needs updating? `polars` with an updated `nanoarrow` ?
--
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]