assignUser commented on issue #41447: URL: https://github.com/apache/arrow/issues/41447#issuecomment-2083858239
Hi @JosiahParry , thanks for the report and sorry for the inconvenience. The latest binary build of the arrow R package (15.0.1) on CRAN has an issue just on macOS where it's missing most of its features, including Parquet. See https://github.com/apache/arrow/issues/40667 and https://github.com/apache/arrow/pull/41019 which added the more informative message you are looking for :) Your options right now are: - Wait for 16.1.0 which will be released in the next few weeks - Install arrow from source `install.packages("arrow", type = "source")` - Install arrow from https://apache.r-universe.dev/arrow. Those binaries all have the regular set of features enabled. I am going to close this message as your actual issue (the error message) is resolved. Feel free to post here if you need further help getting arrow to run :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
