Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] R package fails to install on OSX #21498

Closed
asfimport opened this issue Mar 22, 2019 · 3 comments
Closed

[R] R package fails to install on OSX #21498

asfimport opened this issue Mar 22, 2019 · 3 comments

Comments

@asfimport
Copy link

Following a successful homebrew install of apache arrow, on running devtools::install_github("apache/arrow/r") within RStudio the compilation + installation all but completes successfully:

 

** testing if installed package can be loaded
Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/Library/Frameworks/R.framework/Versions/3.5/Resources/library/arrow/libs/arrow.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.5/Resources/library/arrow/libs/arrow.so, 6): Symbol not found: __ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9do_assignEPKcS7_j
  Referenced from: /usr/local/opt/apache-arrow/lib/libparquet.12.dylib
  Expected in: /usr/local/opt/boost/lib/libboost_regex-mt.dylib
 in /usr/local/opt/apache-arrow/lib/libparquet.12.dylib
Error: loading failed

boost 1.69.0 is already installed and up-to-date.

Environment: OSX Mojave 10.4
R 3.5.2
Rstudio 1.1.463
boost 1.69.0
Reporter: Jordan Ryda

Note: This issue was originally created as ARROW-4998. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Romain Francois / @romainfrancois:
I have the same problem right now on a new machine. I don't know enough about homebrew to be useful. 

Things seem to work if I install with 

brew install apache-arrow --HEAD

@asfimport
Copy link
Author

Wes McKinney / @wesm:
After the 0.13 release is out and Homebrew updated it would be worth doing a holistic review of developer documentation for R users and perhaps add an R installation pages to the main documentation project

https://github.com/apache/arrow/tree/master/docs/source

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Installation instructions and tooling have changed a lot since this was reported. Also, install_github() is not recommended anymore.

We can reopen a new issue if there's still problems.

@asfimport asfimport added this to the 0.16.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant