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] Installation can't use prebuilt Arrow binaries on Pop! OS #30513

Closed
asfimport opened this issue Dec 6, 2021 · 1 comment
Closed

[R] Installation can't use prebuilt Arrow binaries on Pop! OS #30513

asfimport opened this issue Dec 6, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

As tweeted by several folks on Twitter. As I understand it, Pop! OS is built on Ubuntu and we could map that distro to the Ubuntu binaries (As suggested by Nic!)

Reprex:

# docker pull hugojosefson/popos
# docker run --rm -it hugojosefson/popos
apt-get update && apt-get install -y r-base
R -e "install.packages(c('bit', 'magrittr', 'ellipsis', 'glue', 'assertthat', 'bit64', 'purrr', 'R6', 'rlang', 'tidyselect', 'vctrs'))"
NOT_CRAN=true R -e "install.packages('arrow')"

# ...
# ** using staged installation
# *** No C++ binaries found for pop-20
# *** Found local C++ source: 'tools/cpp'
# ...

Where alias distributions get set: https://github.com/ursa-labs/arrow-r-nightly/blob/master/linux/distro-map.csv

Reporter: Dewey Dunnington / @paleolimbot

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

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

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