MislavSag opened a new issue, #37831:
URL: https://github.com/apache/arrow/issues/37831

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I can install arrow package on Windows, but on Linux it never finishes and 
during docker image build which contans arrow package, it returns timeout error.
   
   The installation logs returns
   
   * installing *source* package ‘arrow’ ...
    package ‘arrow’ successfully unpacked and MD5 sums checked
    using staged installation
   *** Found local C++ source: 'tools/cpp'
   *** Building libarrow from source
       For build options and troubleshooting, see the install guide:
       https://arrow.apache.org/docs/r/articles/install.html
   **** cmake
   **** arrow
   
   and stops here.
   
   I have found one solution:
   ```
   options(
     HTTPUserAgent =
       sprintf(
         "R/%s R (%s)",
         getRversion(),
         paste(getRversion(), R.version["platform"], R.version["arch"], 
R.version["os"])
       )
   )
   
   install.packages("arrow", repos = 
"https://packagemanager.rstudio.com/all/__linux__/focal/latest";)
   ```
   But the problem is when I use arrrow inside other package, so I need 
different installation process for different OS.
   See here: 
https://stackoverflow.com/questions/77157446/different-options-for-package-installations-on-linux-windows
   
   Can I use some other version of arrow which build successfully on Linux?
   
   ### 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