aaelony-fb opened a new issue, #41265:
URL: https://github.com/apache/arrow/issues/41265

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```
   > install.packages("arrow")
   install.packages("arrow")
   Installing package into ‘/Users/avramaelony/Library/R/arm64/4.3/library’
   (as ‘lib’ is unspecified)
   --- Please select a CRAN mirror for use in this session ---
   trying URL 
'https://ftp.osuosl.org/pub/cran/bin/macosx/big-sur-arm64/contrib/4.3/arrow_15.0.1.tgz'
   
   The downloaded binary packages are in
           
/var/folders/c1/6kgskjzs0313xy3lm4jqfq_m0000gr/T//Rtmpol5es8/downloaded_packages
   > library(arrow)
   library(arrow)
   Some features are not enabled in this build of Arrow. Run `arrow_info()` for 
more information.
   
   Attaching package: ‘arrow’
   
   The following object is masked from ‘package:utils’:
   
       timestamp
   
   > arrow_info()
   arrow_info()
   Arrow package version: 15.0.1
   
   Capabilities:
   
   acero      TRUE
   dataset   FALSE
   substrait FALSE
   parquet   FALSE
   json      FALSE
   s3        FALSE
   gcs       FALSE
   utf8proc  FALSE
   re2       FALSE
   snappy    FALSE
   gzip      FALSE
   brotli    FALSE
   zstd      FALSE
   lz4       FALSE
   lz4_frame FALSE
   lzo       FALSE
   bz2       FALSE
   jemalloc  FALSE
   mimalloc  FALSE
   
   Memory:
   
   Allocator  system
   Current   0 bytes
   Max       0 bytes
   
   Runtime:
   
   SIMD Level          none
   Detected SIMD Level none
   
   Build:
   
   C++ Library Version           15.0.1
   C++ Compiler              AppleClang
   C++ Compiler Version 14.0.0.14000029
   
   ```
   
   
   
    I have also tried: 
   
   ```
   arrow::install_arrow(verbose = TRUE)
   *** installing help indices
   ** building package indices
   ** testing if installed package can be loaded from temporary location
   ** checking absolute paths in shared objects and dynamic libraries
   ** testing if installed package can be loaded from final location
   ** testing if installed package keeps a record of temporary installation path
   * DONE (arrow)
   
   The downloaded source packages are in
           
‘/private/var/folders/c1/6kgskjzs0313xy3lm4jqfq_m0000gr/T/Rtmpol5es8/downloaded_packages’
   
   Attaching package: ‘arrow’
   
   The following object is masked from ‘package:utils’:
   
       timestamp
   
   Warning messages:
   1: In get(method, envir = home) : internal error -3 in R_decompress1
   2: In get(method, envir = home) : internal error -3 in R_decompress1
   3: In get(method, envir = home) : internal error -3 in R_decompress1
   ```
   
   Session Info:
   
   ```
   > sessionInfo()
   sessionInfo()
   R version 4.3.2 (2023-10-31)
   Platform: aarch64-apple-darwin20 (64-bit)
   Running under: macOS Sonoma 14.4.1
   
   Matrix products: default
   BLAS:   
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib
   LAPACK: 
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib;
  LAPACK version 3.11.0
   
   locale:
   [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
   
   time zone: America/Los_Angeles
   tzcode source: internal
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base
   
   other attached packages:
   [1] arrow_15.0.1
   
   loaded via a namespace (and not attached):
    [1] assertthat_0.2.1 R6_2.5.1         bit_4.0.5        tidyselect_1.2.1
    [5] magrittr_2.0.3   glue_1.7.0       bit64_4.0.5      lifecycle_1.0.4
    [9] cli_3.6.2        vctrs_0.6.5      pkgload_1.3.4    compiler_4.3.2
   [13] rprojroot_2.0.4  purrr_1.0.2      tools_4.3.2      tcltk_4.3.2
   [17] rlang_1.1.3
   
   ```
   
   - Is there a work-around installation procedure that supports parquet on the 
Mac M2?  
   - Can this be reflected in the documentation around installs?
   
   
   
   ### Component(s)
   
   R


-- 
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]

Reply via email to