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

   I can reproduce @psadil's error by installing from Posit package manager:
   
   ```
   > install.packages("arrow", repos = 
"https://packagemanager.posit.co/cran/latest";)
   trying URL 
'https://packagemanager.posit.co/cran/latest/bin/macosx/big-sur-arm64/contrib/4.3/arrow_14.0.0.2.tgz'
   Content type 'binary/octet-stream' length 5434963 bytes (5.2 MB)
   ==================================================
   downloaded 5.2 MB
   
   
   The downloaded binary packages are in
        
/var/folders/gt/l87wjg8s7312zs9s7c1fgs900000gn/T//RtmpobGW3N/downloaded_packages
   > library(arrow)
   Error: package or namespace load failed for ‘arrow’ in dyn.load(file, 
DLLpath = DLLpath, ...):
    unable to load shared object 
'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/arrow/libs/arrow.so':
     
dlopen(/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/arrow/libs/arrow.so,
 0x0006): symbol not found in flat namespace 
'__ZN5arrow12ArrayBuilder12AppendScalarERKNS_6ScalarEx'
   ```
   
   Perhaps since you're using renv that's where the binary is coming from?


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