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] read_parquet and write_parquet not working on Ubuntu 19.10 #23697

Closed
asfimport opened this issue Dec 18, 2019 · 1 comment
Closed

[R] read_parquet and write_parquet not working on Ubuntu 19.10 #23697

asfimport opened this issue Dec 18, 2019 · 1 comment

Comments

@asfimport
Copy link

After installing the R package for arrow, I get the following error when trying to read or write a parquet file: 

read_parquet("example.parquet")
Error in io___MemoryMappedFile__Open(path, mode) :
Cannot call io___MemoryMappedFile__Open(). Please use arrow::install_arrow() to install required runtime libraries.
write_parquet(mtcars, "test.parquet")
Error in Table__from_dots(dots, schema) :
Cannot call Table__from_dots(). Please use arrow::install_arrow() to install required runtime libraries.
The problem occurs with both the latest stable release on CRAN and the latest development version from GitHub. I installed the C++ arrow library through conda as there was no working deb package for Ubuntu 19.10.

Environment: Ubuntu 19.10
Reporter: claesmaelick@gmail.com
Assignee: Neal Richardson / @nealrichardson

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

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
If you used conda to install the C++ library, you should use conda for the R package too.

conda install -c conda-forge r-arrow

See http://arrow.apache.org/docs/r/#installation

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

2 participants