[
https://issues.apache.org/jira/browse/ARROW-14597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439272#comment-17439272
]
Jonathan Keane commented on ARROW-14597:
----------------------------------------
Thank you for opening up an issue with us. There's been some small turbulence
with binary installations of Arrow. And those coming from RSPM specifically:
the binaries exist but don't include snappy or a handful of other optional
compression libraries. We are working with them to resolve this so it should
just work again in the future (we also will be releasing a patch release
shortly which should push this out a bit quicker).
You can tell that you're getting the packages from RSPM by [looking at the URL
where the package is downloaded
from|https://github.com/DyfanJones/noctua/runs/4045701651?check_suite_focus=true#step:5:24]
and then a few lines later you'll see it say it's a binary package.
For now, there are a few options:
* You can set the environment variables you did (e.g.
{{LIBARROW_MINIMAL=false}} [1]) and also set the repo to use a URL that hosts
source packages (any CRAN mirror or the RS
[1] You can set {{NOT_CRAN=true}} which is our more general flag during
installation that does a few other niceties like enables a non-minimal build
but also will attempt to use the binaries that we host
> [R] Github actions install r-arrow with snappy compression
> ----------------------------------------------------------
>
> Key: ARROW-14597
> URL: https://issues.apache.org/jira/browse/ARROW-14597
> Project: Apache Arrow
> Issue Type: New Feature
> Components: R
> Reporter: Dyfan Jones
> Priority: Trivial
>
> Hi All,
> I am having difficutly installing r-arrow with snappy compression on github
> action. I have set environment variable `ARROW_WITH_SNAPPY: ON`
> ([https://github.com/DyfanJones/noctua/blob/0079bf997737516fd3e1b61dbde7510044f79a2f/.github/workflows/R-CMD-check.yaml]
> ). However I get the following error in my unit tests:
> {code:java}
> Error: Error: NotImplemented: Support for codec 'snappy' not built
> In order to read this file, you will need to reinstall arrow with
> additional features enabled.
> Set one of these environment variables before installing:
> * LIBARROW_MINIMAL=false (for all optional features, including 'snappy')
>
> * ARROW_WITH_SNAPPY=ON (for just 'snappy')
> See https://arrow.apache.org/docs/r/articles/install.html for detail{code}
> arrow version: 6.0.0.2
> My PR [https://github.com/DyfanJones/noctua/pull/169] with the github actions
> issue.
> Any advice is much appericated.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)