juanfcocontreras commented on issue #39206:
URL: https://github.com/apache/arrow/issues/39206#issuecomment-1920888086

   Sorry, but I still get errors (I think is the same as before). Am I doing 
something wrong?
   
   I tried uninstalled previous version before installing the new one, but with 
no luck either.
   
   ```
   > install.packages("arrow")
   Installing package into ‘/Users/user/.local/R_libs’
   (as ‘lib’ is unspecified)
   trying URL 'https://cran.rstudio.com/src/contrib/arrow_14.0.0.2.tar.gz'
   Content type 'application/x-gzip' length 4263864 bytes (4.1 MB)
   ==================================================
   downloaded 4.1 MB
   
   * installing *source* package ‘arrow’ ...
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   ** using staged installation
   *** pkg-config found.
   *** Trying Arrow C++ found by pkg-config: 
/opt/homebrew/Cellar/apache-arrow/15.0.0
   **** Not using: C++ library version (15.0.0) does not match R package 
(14.0.0.2)
   *** Found libcurl and OpenSSL >= 3.0.0
   *** Successfully retrieved libarrow (darwin-arm64-openssl-3.0)
   *** Checksum validated successfully for libarrow: 
darwin-arm64-openssl-3.0/arrow-14.0.0.zip
   
   [...]
   
   installing to /Users/user/.local/R_libs/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
   Error: package or namespace load failed for ‘arrow’ in dyn.load(file, 
DLLpath = DLLpath, ...):
    unable to load shared object 
'/Users/user/.local/R_libs/00LOCK-arrow/00new/arrow/libs/arrow.so':
     dlopen(/Users/user/.local/R_libs/00LOCK-arrow/00new/arrow/libs/arrow.so, 
0x0006): symbol not found in flat namespace 
'__ZN5arrow2fs10GcsOptions15FromAccessTokenERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEENS2_6chrono10time_pointINSB_12system_clockENSB_8durationIxNS2_5ratioILl1ELl1000000000EEEEEEE'
   Error: loading failed
   Execution halted
   ERROR: loading failed
   * removing ‘/Users/user/.local/R_libs/arrow’
   Warning in install.packages :
     installation of package ‘arrow’ had non-zero exit status
   
   The downloaded source packages are in
        
‘/private/var/folders/24/dq2wn8216jv17zwrzgsnxndw0000gn/T/RtmpbPRmzF/downloaded_packages’
   ```


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