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

[jira] [Comment Edited] (ARROW-12665) [R] Cannot install Arrow C++ libraries on Mac OS Big Sur

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

Ian Cook edited comment on ARROW-12665 at 5/6/21, 10:33 AM:
------------------------------------------------------------

Thanks for the report. The arrow version 4.0.0 binary packages for macOS that are currently on CRAN have two capabilities disabled (Datasets and Parquet). We are working quickly to fix this. We hope to have a new version of the arrow R package on CRAN in the next few days. In the meantime, two possible workarounds for macOS users are:
 - Install from source:
{{install.packages("arrow", type = "source")}}
  
 - Install a nightly build:
 {{install.packages("arrow", repos = "https://arrow-r-nightly.s3.amazonaws.com")}}


was (Author: icook):
Thanks for the report. The arrow version 4.0.0 binary packages for macOS that are currently on CRAN have two capabilities disabled (Datasets and Parquet). We are working quickly to fix this. We hope to have a new version of the arrow R package on CRAN in the next few days. In the meantime, two possible workarounds for macOS users are:
 - Install from source:
{{install.packages("arrow", type = "source")}}
  
 - Install a nightly build:
 {{install.packages("arrow", repos = "[https://arrow-r-nightly.s3.amazonaws.com|https://arrow-r-nightly.s3.amazonaws.com/]")}}

> [R] Cannot install Arrow C++ libraries on Mac OS Big Sur
> --------------------------------------------------------
>
>                 Key: ARROW-12665
>                 URL: https://issues.apache.org/jira/browse/ARROW-12665
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, R
>    Affects Versions: 4.0.0
>            Reporter: Pal
>            Priority: Major
>
> I am not able to install the Arrow C++ libraries correctly on my Mac OS (Big Sur 11.0.1).
> Arrow libraries seem to be available since when I run 
> {code:java}
> arrow_available(){code}
> the results is
> {code:java}
> TRUE{code}
>  
> However, when I run 
> {code:java}
> arrow_with_dataset() ; arrow_with_parquet(){code}
> I get
> {code:java}
> FALSE{code}
>  
> I tried to reinstall the package several times, then to run install_arrow() and also install arrow via Brew (brew install apache-arrow) and everything seems fine. How can I fix this problem ?
>  



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