juanfcocontreras commented on issue #39206:
URL: https://github.com/apache/arrow/issues/39206#issuecomment-1923463301
Hello @glin ,
Thank you very much for your detailed reply, I wasn't aware of it, until now
(and until version 13 of arrow) everything was working correctly from CRAN.
I just tried to install from packagemanager.postit:
`install.packages('arrow', repos =
"https://packagemanager.posit.co/cran/latest")`
But I'm still getting errors. Did I do something wrong or it just doesn't
work from pacakgemanager either?
```
> install.packages('arrow', repos =
"https://packagemanager.posit.co/cran/latest")
Installing package into ‘/Users/user/.local/R_libs’
(as ‘lib’ is unspecified)
trying URL
'https://packagemanager.posit.co/cran/latest/src/contrib/arrow_14.0.0.2.tar.gz'
Content type 'binary/octet-stream' length 4267835 bytes (4.1 MB)
==================================================
downloaded 4.1 MB
* installing *source* package ‘arrow’ ...
** package ‘arrow’ successfully unpacked and MD5 sums checked
** using staged installation
[...]
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/RtmpTk6Cx1/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]