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

Amit Ramon commented on ARROW-13505:
------------------------------------

However, some capabilities are missing, like being able to read parquet, as we 
can now see

 
{code:java}
arrow::arrow_info()
Arrow package version: 5.0.0
Capabilities:
 
dataset FALSE
parquet FALSE
s3 FALSE
utf8proc TRUE
re2 TRUE
snappy TRUE
gzip TRUE
brotli TRUE
zstd TRUE
lz4 TRUE
lz4_frame TRUE
lzo FALSE
bz2 TRUE
jemalloc TRUE
mimalloc TRUE
To reinstall with more optional capabilities enabled, see
 https://arrow.apache.org/docs/r/articles/install.html
Memory:
 
Allocator jemalloc
Current 0 bytes
Max 0 bytes
Runtime:
 
SIMD Level avx2
Detected SIMD Level avx2
Build:
 
C++ Library Version 5.0.0
C++ Compiler GNU
C++ Compiler Version 10.2.1
 
{code}
I tried to fix that by
{code:java}
arrow::install_arrow(verbose = TRUE){code}
but it failed with the same error I had earlier.

 

> [R] Installation of Arrow fails on Debian Gnu/Linux
> ---------------------------------------------------
>
>                 Key: ARROW-13505
>                 URL: https://issues.apache.org/jira/browse/ARROW-13505
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, GLib, R
>    Affects Versions: 5.0.0
>         Environment: Debian Gnu/Linux 11
> R 4.0.4
>            Reporter: Amit Ramon
>            Priority: Major
>              Labels: Linux, debian, r
>         Attachments: arrow-1.log
>
>
> {{I'm trying to install Arrow on Debian Gnu/Linux using R 4.0.4. Arrow is not 
> installed, and I tried both `install.packages("arrow")` and the script 
> provided by the Arrow project that contains the `install_arrow()` function.}}
> {{The installation always fail at some point after lots of compilation with a 
> message}}
> {code:java}
> /usr/bin/ld: cannot find 
> /home/amit/tmp/Rtmp54dYjQ/R.INSTALL49a67e7832c7/arrow/libarrow/arrow-5.0.0/lib:
>  file format not recognized{code}
> {{I've tried calling the `install_arrow()` function in the following ways:}}
>  
> {code:java}
> install_arrow(binary = TRUE, minimal = TRUE, verbose = TRUE)
> install_arrow(binary = FALSE, minimal = TRUE, verbose = TRUE) {code}
> {{I also try to install the Arrow binaries (using the command in 
> [https://arrow.apache.org/install/|}}{{https://arrow.apache.org/install/}}{{])
>  and then running the above commands again but got the same error.}}
> {{I'm attaching the log from running the first command above.}}
>  
>  
>  
>  



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

Reply via email to