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] LIBARROW_MINIMAL, LIBARROW_DOWNLOAD, NOT_CRAN env vars should not be case-sensitive #18650

Closed
asfimport opened this issue May 3, 2021 · 2 comments
Assignees
Milestone

Comments

@asfimport
Copy link

Hi, since arrow 4.0.0 I'm having trouble getting the lz4 codec installed on ubuntu 20.04. After installing arrow 4.0.0 via CRAN, I run 

install_arrow(binary = FALSE, minimal = FALSE

After this completes, then

arrow_available()
[1] TRUE

codec_is_available("lz4")
[1] FALSE

What can I do to help resolve this problem?

 

Environment: ubuntu 20.04
Reporter: Ben Zipperer
Assignee: Ian Cook / @ianmcook

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

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
It looks like arrow::install_arrow() isn't setting the necessary environment variables correctly. You can instead set LIBARROW_MINIMAL=false before installing and that will give you the full build. Note that you don't need to install_arrow() after doing install.packages("arrow"), install_arrow() is mainly a convenience for installing an nightly package or for reinstalling with different options (though sadly it appears not to be doing its job correctly there).

@asfimport
Copy link
Author

Jonathan Keane / @jonkeane:
Issue resolved by pull request 10252
#10252

@asfimport asfimport added this to the 4.0.1 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

2 participants