Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.17.0
-
Ubuntu 19.10
R 3.6.1
Description
I would like to install the `arrow` R package on my Ubuntu 19.10 system. Prebuilt binaries are unavailable, and I want to enable compression, so I set the LIBARROW_MINIMAL=false environment variable. When I do so, it looks like the package is able to compile, but can't be loaded. I'm able to install correctly if I don't set the LIBARROW_MINIMAL variable.
Here's the error I get:
** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '~/.R/3.6/00LOCK-arrow/00new/arrow/libs/arrow.so': ~/.R/3.6/00LOCK-arrow/00new/arrow/libs/arrow.so: undefined symbol: ZSTD_initCStream Error: loading failed Execution halted ERROR: loading failed * removing ‘~/.R/3.6/arrow’
Attachments
Issue Links
- links to