You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nic Crane (Jira)" <ji...@apache.org> on 2021/05/04 17:11:00 UTC

[jira] [Updated] (ARROW-12642) [R] missing lz4 after install_arrow() on ubuntu 20.04

     [ https://issues.apache.org/jira/browse/ARROW-12642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nic Crane updated ARROW-12642:
------------------------------
    Summary: [R] missing lz4 after install_arrow() on ubuntu 20.04  (was: missing lz4 after install_arrow() on ubuntu 20.04)

> [R] missing lz4 after install_arrow() on ubuntu 20.04
> -----------------------------------------------------
>
>                 Key: ARROW-12642
>                 URL: https://issues.apache.org/jira/browse/ARROW-12642
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>         Environment: ubuntu 20.04
>            Reporter: Ben Zipperer
>            Priority: Major
>
> Hi, since arrow 4.0.0 I'm having trouble getting the lz4 codec installed on ubuntu 20.04. After installing arrow 4.0.0 via CRAN, I run 
> {code:java}
> install_arrow(binary = FALSE, minimal = FALSE) 
> {code}
> After this completes, then
> {code:java}
> arrow_available()
> [1] TRUE
> codec_is_available("lz4")
> [1] FALSE
> {code}
> What can I do to help resolve this problem?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)