[
https://issues.apache.org/jira/browse/ARROW-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485604#comment-17485604
]
Maximilian König edited comment on ARROW-15092 at 2/2/22, 7:36 AM:
-------------------------------------------------------------------
I was trying to use a Mac Laptop simply to download the artifacts necessary to
install ARROW on an offline Machine (internal protected linux server). (Cf.
ARROW-15000)
I had both a Windows and a Mac machine at my disposal, both failed in different
ways when trying to use this function (create_package_with_all_dependencies)
For myself I finally managed to achive my task by setting up a new linux
machine in AWS and using that. I reported this in the hope that future some
user will not run into this same hurdle.
(I should also open the issue that occured on Windows probably).
was (Author: JIRAUSER281318):
I was trying to use a Mac Laptop simply to download the artifacts necessary to
install ARROW on an offline Machine (internal protected linux server). (Cf.
ARROW-15000)
I had both a Windows and a Mac machine at my disposal, both failed in different
ways when trying to use this function (create_package_with_all_dependencies)
> [R] create_package_with_all_dependencies() fails on MacOS 11.2
> --------------------------------------------------------------
>
> Key: ARROW-15092
> URL: https://issues.apache.org/jira/browse/ARROW-15092
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 6.0.1
> Environment: R on MacOS 11.2 (Big Sur)
> Reporter: Maximilian König
> Priority: Major
>
> I installed the Arrow Package inside a fresh R-Install on Mac OS 11.2
> (BigSur) and tried to use the function create_package_with_all_dependencies():
> {code}
> > library(arrow)
> > create_package_with_all_dependencies('/home/max/test.tar.gz')
> Downloading Arrow source file
> versuche URL 'https://mirror.dogado.de/cran/src/contrib/arrow_6.0.1.tar.gz'
> Content type 'application/octet-stream' length 4774511 bytes (4.6 MB)
> ===================================================
> downloaded 4.6 MB
> Downloading files to
> /var/folders/dn/v941w15111s7858wxz6xwzzh0000gn/T//RtmpBjlYTP/file78c52918a/4e/arrow/tools/thirdparty_dependencies
> readlink: illegal option -- f
> usage: readlink [-n] [file ...]
> Fehler in create_package_with_all_dependencies("/home/max/test.tar.gz") :
> Failed to download thirdparty dependencies
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)