-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] incompatibility with M2 and M3 processors in macOS #40991
Comments
Hi @rafapereirabr, thanks for the report. The latest version of the arrow R package (15.0.1) has an issue just on macOS (at least Arm, not sure about Intel but maybe not) where it's missing most of its features, including Parquet. See #40667. I think your options right now are:
Would any of those options work for you here? |
I was one of the colleagues experimenting trouble with M3. thank you so much @amoeba, the new version from r-universe installs fine for me!! |
I was having a similar issue and could not resolve it until coming across this thread and installing from r-universe! Thank you so much!! |
I'm going to leave this open for visibility until #40667 (and the underlying issue) is resolved. Thanks for confirming the workarounds all. |
Great. Thanks for all the work on {arrow} and for the quick support here! |
### Rationale for this change If someone loads a version of Arrow on macOS with features disabled, warn them on startup that they can use `install_arrow()`. By default, prefer R-Universe in `install_arrow()` ### What changes are included in this PR? ^^^ ### Are these changes tested? Yes ### Are there any user-facing changes? Yes **This PR contains a "Critical Fix".** * GitHub Issue: #40991 Lead-authored-by: Jonathan Keane <jkeane@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
Issue resolved by pull request 41019 |
…41019) ### Rationale for this change If someone loads a version of Arrow on macOS with features disabled, warn them on startup that they can use `install_arrow()`. By default, prefer R-Universe in `install_arrow()` ### What changes are included in this PR? ^^^ ### Are these changes tested? Yes ### Are there any user-facing changes? Yes **This PR contains a "Critical Fix".** * GitHub Issue: apache#40991 Lead-authored-by: Jonathan Keane <jkeane@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
…41019) ### Rationale for this change If someone loads a version of Arrow on macOS with features disabled, warn them on startup that they can use `install_arrow()`. By default, prefer R-Universe in `install_arrow()` ### What changes are included in this PR? ^^^ ### Are these changes tested? Yes ### Are there any user-facing changes? Yes **This PR contains a "Critical Fix".** * GitHub Issue: apache#40991 Lead-authored-by: Jonathan Keane <jkeane@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
It seems there is some incompatibility between the current version of the {arrow} package in R and the M2 and M3 processors in macOS. Two colleagues who have laptops with those processors have found the following ERROR when trying to run the code below:
observation 1. This error does not occur in macOS or pcs with Intel processors.
observation 2. I develop the {censobr} package, which imports {arrow}, and I also noticed that the package passes all CMD Checks in all operational systems, except in macOS. See the latest cmd chek here.
Component(s)
R
The text was updated successfully, but these errors were encountered: