-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Could this be the source of errors like Error: NotImplemented: Support for codec 'lz4' not built after installing from CRAN?
A few more details:
The default behavior (when neither LIBARROW_BINARY=true nor NOT_CRAN=true) is to build the arrow c++ libraries from source. And the default for building from source does not include all of the optional features and compression libraries (unless one sets LIBARROW_MINIMAL=false).
Could we improve the error messaging that suggest either setting the right environment variable to install binaries (and then reinstall) or setting LIBARROW_MINIMAL=false (and then reinstall), possibly with a link to https://arrow.apache.org/docs/r/articles/install.html to help people see other possible ways to resolve the installation issue.
Reporter: Jonathan Keane / @jonkeane
Assignee: Mauricio 'Pachá' Vargas Sepúlveda / @pachadotdev
PRs and other links:
Note: This issue was originally created as ARROW-11766. Please see the migration documentation for further details.