Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-12742

[R] RStudio Cloud cannot install with lz4 support

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Trivial
    • Resolution: Resolved
    • 4.0.0
    • None
    • R
    • RStudio Cloud

    Description

      I cannot install arrow in Rstudio Cloud with lz4 support. I have tried many things includiong instyalling from RSPM using

      options(repos = c(RPSM = "https://packagemanager.rstudio.com/all/__linux__/xenial/latest"))

      and I have also tried installing with  

      Sys.setenv(LIBARROW_MINIMAL = FALSE); install.packages("arrow", type = "source")
      

      Nothing seems to work and I get this error when trying to load after these installs

      > 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
      

      I need lz4 support to open feather files in Rstudio Cloud

      Attachments

        Activity

          People

            Unassigned Unassigned
            Cullen.Molitor Cullen Molitor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: