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

[jira] [Commented] (ARROW-12742) [R] RStudio Cloud cannot install with lz4 support

    [ https://issues.apache.org/jira/browse/ARROW-12742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342836#comment-17342836 ] 

Cullen Molitor commented on ARROW-12742:
----------------------------------------

Thank you!
{code:java}
Sys.setenv(LIBARROW_BINARY = TRUE); install.packages('arrow', type = "source")
{code}
Worked for me. I will update my SO issue to reflect this solution.

Should I mark this issue as resolved? I am unsure of the proper conventions here.

> [R] RStudio Cloud cannot install with lz4 support
> -------------------------------------------------
>
>                 Key: ARROW-12742
>                 URL: https://issues.apache.org/jira/browse/ARROW-12742
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: R
>    Affects Versions: 4.0.0
>         Environment: RStudio Cloud
>            Reporter: Cullen Molitor
>            Priority: Trivial
>              Labels: install, newbie
>
> I cannot install arrow in Rstudio Cloud with lz4 support. I have tried many things includiong instyalling from RSPM using
> {code:java}
> options(repos = c(RPSM = "https://packagemanager.rstudio.com/all/__linux__/xenial/latest")){code}
> and I have also tried installing with  
> {code:java}
> Sys.setenv(LIBARROW_MINIMAL = FALSE); install.packages("arrow", type = "source")
> {code}
> Nothing seems to work and I get this error when trying to load after these installs
> {code:java}
> > library(arrow)
> Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...):
>  unable to load shared object '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/4.0/arrow/libs/arrow.so':
>   libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
> {code}
> I need lz4 support to open feather files in Rstudio Cloud



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