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

[jira] [Updated] (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:all-tabpanel ]

Pal updated ARROW-12665:
------------------------
    Description: 
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 ?

 

  was:
I am not able to install the Arrow C++ libraries correctly on my Mac OS X (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 ?

 

        Summary: [R] Cannot install Arrow C++ libraries on Mac OS Big Sur  (was: [R] Cannot install Arrow C++ libraries)

> [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)