kyralindley commented on issue #43676:
URL: https://github.com/apache/arrow/issues/43676#issuecomment-2287043428

   > Which OS are you on? I assume MacOS which means you get binaries by 
default and will need to add `type="source"` when installing arrow.
   
   I've tried that and im still getting the same errors 
   > installing from source 
   installing to 
/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-arrow/00new/arrow/libs
   ** R
   ** inst
   ** byte-compile and prepare package for lazy loading
   ** help
   *** 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/zh/2vp0syx15h1bpjmnr_jfn1j5y0bfr3/T/RtmpNVwsps/downloaded_packages’
   > data_dir <- file.path("filepath")
   > object <- Load10X_Spatial(data.dir = data_dir, bin.size = c(8,16))
   Error: NotImplemented: Support for codec 'zstd' not built
   In order to read this file, you will need to reinstall arrow with additional 
features enabled.
   Set one of these environment variables before installing:
   
    * Sys.setenv(LIBARROW_MINIMAL = "false") (for all optional features, 
including 'zstd')
    * Sys.setenv(ARROW_WITH_ZSTD = "ON") (for just 'zstd')
   
   See https://arrow.apache.org/docs/r/articles/install.html for details


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